Mercurial > mm7
comparison TurnEngine.h @ 1330:82431a85b28e
turnbased start part cleaning
author | Gloval |
---|---|
date | Wed, 03 Jul 2013 01:06:41 +0400 |
parents | 6a2b4d1be013 |
children | f0be1fecd642 |
comparison
equal
deleted
inserted
replaced
1329:27a699abee51 | 1330:82431a85b28e |
---|---|
57 | 57 |
58 | 58 |
59 int field_0; | 59 int field_0; |
60 int field_4; | 60 int field_4; |
61 int field_8; | 61 int field_8; |
62 int uActorQueueSize; | 62 int uActorQueueSize; //c |
63 int field_10; | 63 int field_10; |
64 int uActionPointsLeft; | 64 int uActionPointsLeft; //14 |
65 int field_18; | 65 int field_18; |
66 int field_1C; | 66 int field_1C; |
67 TurnBased_QueueElem pQueue[2]; | 67 TurnBased_QueueElem pQueue[504]; //20 |
68 }; | 68 }; |
69 #pragma pack(pop) | 69 #pragma pack(pop) |
70 | 70 |
71 | 71 |
72 | 72 |