vaccinewars

be a doctor and try to vaccinate the world
git clone git://src.adamsgaard.dk/vaccinewars # fast
git clone https://src.adamsgaard.dk/vaccinewars.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit 536650a24c5d17b948826de8eb1ee53cdb69b085
parent 254694f8f33ecf467a2b787e2e97eca6d995c506
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
the HiScoreFile variable is used properly.


Diffstat:
Msrc/curses_client/curses_client.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/curses_client/curses_client.c b/src/curses_client/curses_client.c @@ -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;