diff options
Diffstat (limited to 'src/GameInitDispose.cpp')
-rw-r--r-- | src/GameInitDispose.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GameInitDispose.cpp b/src/GameInitDispose.cpp index 83435fb..4182c24 100644 --- a/src/GameInitDispose.cpp +++ b/src/GameInitDispose.cpp @@ -309,9 +309,9 @@ void initGame(Game* game) auto& vip = game->person[game->numpeople = 1]; vip.type = viptype; vip.whichgun = nogun; - vip.aiming = 0; + vip.aiming = false; vip.killtarget = -1; - vip.existing = 1; + vip.existing = true; vip.playerrotation = 0; vip.whichcostume = vipcostume; |