mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-24 18:31:36 +00:00
fix windows build
This commit is contained in:
parent
1700b8df48
commit
8ddd383aaf
1 changed files with 1 additions and 1 deletions
|
@ -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/";
|
||||
|
|
Loading…
Reference in a new issue