| 238 | } |
| 239 | |
| 240 | void cFodder::Squad_Walk_Target_SetAll(int16 pValue) { |
| 241 | |
| 242 | for (unsigned int x = 0; x < 10; ++x) { |
| 243 | |
| 244 | for (unsigned int y = 0; y < 30; ++y) { |
| 245 | |
| 246 | mSquad_WalkTargets[x][y].asInt = pValue; |
| 247 | mSquad_WalkTargets[x][y].asInt = pValue; |
| 248 | mSquad_WalkTargets[x][y].asInt = pValue; |
| 249 | mSquad_WalkTargets[x][y].asInt = pValue; |
| 250 | mSquad_WalkTargets[x][y].asInt = pValue; |
| 251 | mSquad_WalkTargets[x][y].asInt = pValue; |
| 252 | mSquad_WalkTargets[x][y].asInt = pValue; |
| 253 | mSquad_WalkTargets[x][y].asInt = pValue; |
| 254 | mSquad_WalkTargets[x][y].asInt = pValue; |
| 255 | mSquad_WalkTargets[x][y].asInt = pValue; |
| 256 | } |
| 257 | } |
| 258 | |
| 259 | } |
| 260 | |
| 261 | /** |
| 262 | * Execute one cycle of the current phase |
nothing calls this directly
no outgoing calls
no test coverage detected