[Super-tux-commit] supertux/lib/app setup.cpp,1.24,1.25
Brought to you by:
wkendrick
From: Marek M. <wa...@us...> - 2005-01-09 17:31:55
|
Update of /cvsroot/super-tux/supertux/lib/app In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22775/lib/app Modified Files: setup.cpp Log Message: fixed setup.cpp not finding correct data path removed some old debug output Index: setup.cpp =================================================================== RCS file: /cvsroot/super-tux/supertux/lib/app/setup.cpp,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- setup.cpp 6 Dec 2004 17:47:40 -0000 1.24 +++ setup.cpp 9 Jan 2005 17:31:15 -0000 1.25 @@ -303,7 +303,7 @@ // try current directory as datadir if(datadir.empty()) { - if(FileSystem::faccessible("./data/intro.txt")) + if(FileSystem::faccessible("./data/credits.txt")) datadir = "./data/"; } |