Mercurial > mm7
diff Party.cpp @ 1202:0dbf6c4dd029
arrays to std::arrays phase 1
author | Grumpy7 |
---|---|
date | Sat, 08 Jun 2013 21:33:22 +0200 |
parents | 15ad868d972f |
children | 8c02e6f74b29 |
line wrap: on
line diff
--- a/Party.cpp Sat Jun 08 19:34:33 2013 +0200 +++ b/Party.cpp Sat Jun 08 21:33:22 2013 +0200 @@ -849,7 +849,7 @@ v4 = 0; if ( (signed int)uNumActors > 0 ) { - v0 = pActors;//[0].pMonsterInfo.uMovementType; + v0 = pActors.data();//[0].pMonsterInfo.uMovementType; do { if ( v0->Actor::CanAct() && v0->pMonsterInfo.uHostilityType != MonsterInfo::Hostility_Long && v0->pMonsterInfo.uMovementType != 5 )