Mercurial > mm7
comparison Party.h @ 2151:92511cd8fcdb
Cleaned some variables.
author | Nomad |
---|---|
date | Wed, 08 Jan 2014 22:29:11 +0200 |
parents | 259df09dfb50 |
children | d44b7775fc06 |
comparison
equal
deleted
inserted
replaced
2150:701dc2f4956b | 2151:92511cd8fcdb |
---|---|
122 | 122 |
123 /* 135 */ | 123 /* 135 */ |
124 #pragma pack(push, 1) | 124 #pragma pack(push, 1) |
125 struct ActionQueue | 125 struct ActionQueue |
126 { | 126 { |
127 inline ActionQueue(): | |
128 uNumActions(0) | |
129 {} | |
130 | |
127 void Add(PartyAction action); | 131 void Add(PartyAction action); |
128 void Reset(); | 132 void Reset(); |
129 PartyAction Next(); | 133 PartyAction Next(); |
130 | 134 |
131 unsigned int uNumActions; | 135 unsigned int uNumActions; |