From b347b2760c15f5403a3964d42ffc3975cf8e317f Mon Sep 17 00:00:00 2001 From: zakk Date: Fri, 22 Aug 2003 18:29:35 +0000 Subject: custom levels fix, thanks to Frank Benkstein git-svn-id: svn://svn.icculus.org/blackshades/trunk@102 5198baeb-e213-0410-be47-fc2ff85ca46f --- Source/GameInitDispose.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/GameInitDispose.cpp') diff --git a/Source/GameInitDispose.cpp b/Source/GameInitDispose.cpp index 083a277..0a40f62 100644 --- a/Source/GameInitDispose.cpp +++ b/Source/GameInitDispose.cpp @@ -1480,7 +1480,7 @@ void Game::InitGame() difficulty=.8; - ifstream ipstream(":Data:customlevels.txt"); + ifstream ipstream("Data/customlevels.txt"); if(!ipstream) { -- cgit v1.2.3