We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172e33f commit 64d78f0Copy full SHA for 64d78f0
TheForceEngine/TFE_DarkForces/player.cpp
@@ -811,7 +811,7 @@ namespace TFE_DarkForces
811
}
812
813
// Don't start the game with a weapon you don't have after overrides.
814
- if (!player_hasWeapon(s_playerInfo.curWeapon))
+ if (!player_hasWeapon(s_playerInfo.curWeapon + 1))
815
{
816
if (s_playerInfo.itemPistol)
817
0 commit comments