- Incremented version to next major release # so new work can begin.

- some initial work to assist units from getting stuck when given commands. This is for both AI and human players and deals with the pathfinder and units getting constantly blocked from their destination.
This commit is contained in:
Mark Vejvoda
2010-10-17 06:34:42 +00:00
parent 2a805240b4
commit 55b4f0bd2b
7 changed files with 182 additions and 53 deletions

View File

@@ -66,8 +66,8 @@ namespace Shared { namespace PlatformCommon {
namespace Private {
bool shouldBeFullscreen = false;
int ScreenWidth;
int ScreenHeight;
int ScreenWidth = 800;
int ScreenHeight = 600;
}