Mercurial > mm7
comparison Party.cpp @ 1205:8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
author | Grumpy7 |
---|---|
date | Sun, 09 Jun 2013 00:30:48 +0200 |
parents | 0dbf6c4dd029 |
children | 86a83e12d795 |
comparison
equal
deleted
inserted
replaced
1204:832f09144726 | 1205:8c02e6f74b29 |
---|---|
194 { | 194 { |
195 v12 = v4; | 195 v12 = v4; |
196 byte_AE3368[v4] = 1; | 196 byte_AE3368[v4] = 1; |
197 } | 197 } |
198 if ( (unsigned __int8)(byte_AE3369 & byte_AE336A & byte_AE336B) & byte_AE3368[0] ) | 198 if ( (unsigned __int8)(byte_AE3369 & byte_AE336A & byte_AE336B) & byte_AE3368[0] ) |
199 memset(byte_AE3368, 0, 4u); | 199 memset(byte_AE3368.data(), 0, 4u); |
200 v2 = v12; | 200 v2 = v12; |
201 if ( v12 ) | 201 if ( v12 ) |
202 return v2 + 1; | 202 return v2 + 1; |
203 v7 = v1->pPlayers;//[0].uSpeedBonus; | 203 v7 = v1->pPlayers;//[0].uSpeedBonus; |
204 v8 = 0; | 204 v8 = 0; |