Mercurial > mm7
diff TurnEngine.h @ 1330:82431a85b28e
turnbased start part cleaning
author | Gloval |
---|---|
date | Wed, 03 Jul 2013 01:06:41 +0400 |
parents | 6a2b4d1be013 |
children | f0be1fecd642 |
line wrap: on
line diff
--- a/TurnEngine.h Tue Jul 02 14:08:40 2013 +0600 +++ b/TurnEngine.h Wed Jul 03 01:06:41 2013 +0400 @@ -59,12 +59,12 @@ int field_0; int field_4; int field_8; - int uActorQueueSize; + int uActorQueueSize; //c int field_10; - int uActionPointsLeft; + int uActionPointsLeft; //14 int field_18; int field_1C; - TurnBased_QueueElem pQueue[2]; + TurnBased_QueueElem pQueue[504]; //20 }; #pragma pack(pop)