Ensure Bob faces correct way at beginning of mission.
This commit is contained in:
parent
53ee605bd4
commit
6ba888436b
|
@ -99,7 +99,7 @@ Entity *initBob(void)
|
||||||
|
|
||||||
checkpointTimer = 0;
|
checkpointTimer = 0;
|
||||||
|
|
||||||
oldFacing = 0;
|
oldFacing = b->facing;
|
||||||
|
|
||||||
return (Entity*)b;
|
return (Entity*)b;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue