Moved distance limiting code to a smarter location, refactored related code

This commit is contained in:
2011-06-22 23:06:23 -04:00
parent 1606dfb058
commit ecb16a4b5c
4 changed files with 13 additions and 23 deletions

View File

@ -45,7 +45,6 @@ class GameCore : public MainEvent
// constants
static int NODE_SIZE;
static int MAX_MOVE_DISTANCE;
};
#endif