From a6f2257600b8818ceff54c4f2b7fee376f11cfe6 Mon Sep 17 00:00:00 2001 From: dominik Date: Mon, 23 Aug 2004 10:59:03 +0000 Subject: (svn r117) Feature: Performance details window in company league menu (TrueLight) --- ttd.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ttd.c') diff --git a/ttd.c b/ttd.c index 00a77c3b9..8f6d281ef 100644 --- a/ttd.c +++ b/ttd.c @@ -705,6 +705,9 @@ void MakeNewEditorWorld() MarkWholeScreenDirty(); } +void StartupPlayers(); +void StartupDisasters(); + void StartScenario() { _game_mode = GM_NORMAL; -- cgit v1.2.3-54-g00ecf