brunoribeiro / burriswarehouse

Automatically exported from code.google.com/p/burriswarehouse
0 stars 0 forks source link

VirtualWarehouse CharacterMove Bug #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In VirtualWarehouse of the public void update(float interpolation) function, I 
commented out these lines:

for (int i = 0; i < characters.length; i++)
{
     characters[i].move();
}

Because I get a NullPointerException.  See Revision 131 with my changes for the 
week to see this change.  This isn't my doing, so Caleb, what is happening?

Also, this obviously makes the characters not move.

Original issue reported on code.google.com by DanielTJ...@gmail.com on 24 Mar 2011 at 11:06

GoogleCodeExporter commented 9 years ago

Original comment by DanielTJ...@gmail.com on 24 Mar 2011 at 11:07

GoogleCodeExporter commented 9 years ago
This problem, confirmed by Caleb, is because you need to update the 
VirtualWarehouse root to get the file numcharacters.cfg

Original comment by DanielTJ...@gmail.com on 24 Mar 2011 at 11:22