|
Lines 16-21
Link Here
|
| 16 |
|
16 |
|
| 17 |
#include "RobotHotPotatoPlayer.h" |
17 |
#include "RobotHotPotatoPlayer.h" |
| 18 |
#include "HotPotatoGame.h" |
18 |
#include "HotPotatoGame.h" |
|
|
19 |
#include <assert.h> |
| 19 |
|
20 |
|
| 20 |
RobotHotPotatoPlayer::RobotHotPotatoPlayer(ToyCar& inCar, list<Tuple> *path, int inPlayerNumber, FMOD::System* inFMOD_System) |
21 |
RobotHotPotatoPlayer::RobotHotPotatoPlayer(ToyCar& inCar, list<Tuple> *path, int inPlayerNumber, FMOD::System* inFMOD_System) |
| 21 |
: RobotPlayer(inCar, path, inPlayerNumber, inFMOD_System), backupDist(-1.0) |
22 |
: RobotPlayer(inCar, path, inPlayerNumber, inFMOD_System), backupDist(-1.0) |
|
Lines 154-159
Link Here
|
| 154 |
printf("route: %d\n", debugRoute); |
155 |
printf("route: %d\n", debugRoute); |
| 155 |
printf("avoiding: %d\n", avoiding); |
156 |
printf("avoiding: %d\n", avoiding); |
| 156 |
printf("catching: %d\n", catching); |
157 |
printf("catching: %d\n", catching); |
| 157 |
printf("targetPlayer: %x\n", (unsigned int)(targetPlayer)); |
158 |
printf("targetPlayer: %x\n", (long long)(targetPlayer)); |
| 158 |
//printf("backupDist: %lf\n", backupDist); |
159 |
//printf("backupDist: %lf\n", backupDist); |
| 159 |
} |
160 |
} |