(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:
darkvater
2005-01-15 00:46:45 +00:00
parent 0961c6af96
commit 33f506a194
2 changed files with 20 additions and 2 deletions

View File

@@ -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);
}
}