We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 089d92e + b9b2441 commit 3d3ddc9Copy full SHA for 3d3ddc9
1 file changed
Core/GameEngine/Source/GameClient/GUI/LoadScreen.cpp
@@ -1525,7 +1525,9 @@ GameSpyLoadScreen::~GameSpyLoadScreen()
1525
}
1526
1527
1528
+#if !defined(GENERALS_ONLINE)
1529
extern Int GetAdditionalDisconnectsFromUserFile(Int playerID);
1530
+#endif
1531
1532
void GameSpyLoadScreen::init( GameInfo *game )
1533
{
@@ -1774,7 +1776,9 @@ GameSlot *lSlot = game->getSlot(game->getLocalSlotNum());
1774
1776
1775
1777
numGames += it->second;
1778
1779
1780
numGames += GetAdditionalDisconnectsFromUserFile(stats.id);
1781
1782
1783
formatString.format(L"%d", numGames);
1784
GadgetStaticTextSetText(m_playerTotalDisconnects[netSlot], formatString);
0 commit comments