diff --git a/source/games/whaven/src/input.cpp b/source/games/whaven/src/input.cpp index 6441778c0..7126ddc11 100644 --- a/source/games/whaven/src/input.cpp +++ b/source/games/whaven/src/input.cpp @@ -218,7 +218,7 @@ void processinput(int num) { if (plr.health <= 0) { playerdead(plr); if (plr.dead) { - if (plr.horizon.horiz.asbuild() < gi->playerHorizMax()) + if (plr.horizon.horiz.asq16() < gi->playerHorizMax()) plr.horizon.addadjustment(TICSPERFRAME << 1); } return;