tConfiguration file read _before_ high score files are opened, so that the HiScoreFile variable is used properly. - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 536650a24c5d17b948826de8eb1ee53cdb69b085
(DIR) parent 254694f8f33ecf467a2b787e2e97eca6d995c506
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Mon, 19 Aug 2002 12:45:27 +0000
Configuration file read _before_ high score files are opened, so that
tthe HiScoreFile variable is used properly.
Diffstat:
M src/curses_client/curses_client.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/src/curses_client/curses_client.c b/src/curses_client/curses_client.c
t@@ -2424,10 +2424,10 @@ void CursesLoop(struct CMDLINE *cmdline)
char c;
Player *Play;
+ InitConfiguration(cmdline);
if (!CheckHighScoreFileConfig())
return;
- InitConfiguration(cmdline);
WantColour = cmdline->colour;
WantNetwork = cmdline->network;