X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGameDraw.cpp;h=b321e7ec0c450e392c24bdd6510bd914eb697348;hb=0ca5e88eabdd3aa3eb010460a73d10d8ebde61d8;hp=d35125e267f2816cc037eb4067dbc480d89a07a8;hpb=43f08119f2408a487dbefcf670bb6c8f47d4c49b;p=lugaru.git diff --git a/Source/GameDraw.cpp b/Source/GameDraw.cpp index d35125e..b321e7e 100644 --- a/Source/GameDraw.cpp +++ b/Source/GameDraw.cpp @@ -2250,8 +2250,7 @@ int Game::DrawGLScene(GLvoid) } if(lastcheck>.5||oldmainmenu!=mainmenu){ if(mainmenu==5){ - // ifstream ipstream(":Data:Campaigns:main.txt"); - ifstream ipstream("./Data/Campaigns/main.txt"); + ifstream ipstream(ConvertFileName(":Data:Campaigns:main.txt")); //campaignnumlevels=0; //accountcampaignchoicesmade[accountactive]=0; ipstream.ignore(256,':');