fix windows build

This commit is contained in:
ttimo 2023-03-12 22:04:02 -05:00
parent 1700b8df48
commit 8ddd383aaf
1 changed files with 1 additions and 1 deletions

View File

@ -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/";