From d78989724a1b2cf05ef987b4fa799fc018ac8c52 Mon Sep 17 00:00:00 2001 From: Ryan Hanson Date: Sat, 15 May 2010 00:44:32 -0500 Subject: [PATCH] Added a ConvertFileName() to 'GameTick.cpp' --- Source/GameTick.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/GameTick.cpp b/Source/GameTick.cpp index e247d53..f162cf2 100644 --- a/Source/GameTick.cpp +++ b/Source/GameTick.cpp @@ -3461,7 +3461,7 @@ void Game::Tick() FILE *tfile; - tfile=fopen( mapname, "wb" ); + tfile=fopen( ConvertFileName(mapname), "wb" ); fpackf(tfile, "Bi", mapvers); //fpackf(tfile, "Bi", indemo); fpackf(tfile, "Bi", maptype); -- 2.39.2