From 8ddd383aaf149f54cb0c5292ab83c5721c2ed857 Mon Sep 17 00:00:00 2001 From: ttimo Date: Sun, 12 Mar 2023 22:04:02 -0500 Subject: [PATCH] fix windows build --- radiant/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radiant/main.cpp b/radiant/main.cpp index 59767810..77be132f 100644 --- a/radiant/main.cpp +++ b/radiant/main.cpp @@ -466,7 +466,7 @@ int mainRadiant( int argc, char* argv[] ) { QE_ConvertDOSToUnixName( pBuffer, pBuffer ); g_strAppPath.ReleaseBuffer(); - g_strGamePath = g_strAppPath; + g_strGamesPath = g_strAppPath; g_strBitmapsPath = g_strAppPath; g_strBitmapsPath += "bitmaps/";