From b64c375f2f9cbe0dca4f88e3fe3f613db03b84a4 Mon Sep 17 00:00:00 2001 From: darkvater Date: Mon, 31 Jan 2005 11:03:23 +0000 Subject: (svn r1750) - Feature: [ 1093261 ] Saving vehicle sorting criteria for each vehicle type (bociusz) --- ttd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ttd.c') diff --git a/ttd.c b/ttd.c index 0fe6af5a7..0b15b06a3 100644 --- a/ttd.c +++ b/ttd.c @@ -721,6 +721,7 @@ int ttd_main(int argc, char* argv[]) // initialize the ingame console IConsoleInit(); + InitializeGUI(); IConsoleCmdExec("exec scripts/autoexec.scr 0"); InitPlayerRandoms(); -- cgit v1.2.3-54-g00ecf