summaryrefslogtreecommitdiff
path: root/ttd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ttd.c')
-rw-r--r--ttd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ttd.c b/ttd.c
index ce245d8d0..d7b9a2614 100644
--- a/ttd.c
+++ b/ttd.c
@@ -545,6 +545,7 @@ void LoadIntroGame()
}
extern void DedicatedFork(void);
+extern void CheckExternalFiles();
int ttd_main(int argc, char* argv[])
{
@@ -638,6 +639,7 @@ int ttd_main(int argc, char* argv[])
}
DeterminePaths();
+ CheckExternalFiles();
#ifdef UNIX
// We must fork here, or we'll end up without some resources we need (like sockets)