Ensure Bob faces correct way at beginning of mission.

This commit is contained in:
Steve 2018-03-03 16:04:18 +00:00
parent 53ee605bd4
commit 6ba888436b
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ Entity *initBob(void)
checkpointTimer = 0;
oldFacing = 0;
oldFacing = b->facing;
return (Entity*)b;
}