(svn r1516) -Cheating players do not get their names added to the highscore table/file
-Fixed issue where highscore window would not come up after endgame screen -Fix: VS6 compiles once again (braindead compiler)
This commit is contained in:
@@ -796,8 +796,8 @@ static void EndGameWndProc(Window *w, WindowEvent *e)
|
||||
} break;
|
||||
case WE_CLICK: /* OnClick show the highscore chart */
|
||||
DoCommandP(0, 0, 0, NULL, CMD_PAUSE);
|
||||
ShowHighscoreTable(w->window_number, WP(w, highscore_d).rank);
|
||||
DeleteWindow(w);
|
||||
ShowHighscoreTable(w->window_number, WP(w, highscore_d).rank);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user