diff src/openttd.cpp @ 6317:d5d3f3379eb0 draft

(svn r9266) -Codechange: unify the retrieval of the base paths a little more.
author rubidium <rubidium@openttd.org>
date Sat, 17 Mar 2007 11:36:04 +0000 (2007-03-17)
parents 3ae0ee930b53
children 60486b0b3e39
line wrap: on
line diff
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -433,7 +433,7 @@
 		}
 	}
 
-	DeterminePaths();
+	DeterminePaths(argv[0]);
 	CheckExternalFiles();
 
 #if defined(UNIX) && !defined(__MORPHOS__)