Browse Source

Fix from 354e329 for InGameMenu() segfault

pull/4932/head
staphen 4 years ago committed by Anders Jenbo
parent
commit
f386df4079
  1. 2
      Source/player.cpp

2
Source/player.cpp

@ -38,7 +38,7 @@
namespace devilution {
int MyPlayerId;
Player *MyPlayer;
Player *MyPlayer = &Players[MyPlayerId];
Player Players[MAX_PLRS];
bool MyPlayerIsDead;

Loading…
Cancel
Save