Skip to content

Commit c1c7b90

Browse files
committed
fixup! [GEN][ZH] Remove or repurpose RTS_INTERNAL specific code (#1231)
1 parent 147dbee commit c1c7b90

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

GeneralsMD/Code/GameEngineDevice/Source/StdDevice/Common/StdBIGFileSystem.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,7 @@ void StdBIGFileSystem::init() {
5858
AsciiString installPath;
5959
GetStringFromGeneralsRegistry("", "InstallPath", installPath );
6060
//@todo this will need to be ramped up to a crash for release
61-
#ifdef RTS_RELEASE
62-
// had to make this non-debug only, otherwise we can't autobuild
63-
// GeneralsZH...
6461
DEBUG_ASSERTCRASH(installPath != "", ("Be 1337! Go install Generals!"));
65-
#endif
6662
if (installPath!="")
6763
loadBigFilesFromDirectory(installPath, "*.big");
6864
}

GeneralsMD/Code/GameEngineDevice/Source/Win32Device/Common/Win32BIGFileSystem.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,7 @@ void Win32BIGFileSystem::init() {
5959
AsciiString installPath;
6060
GetStringFromGeneralsRegistry("", "InstallPath", installPath );
6161
//@todo this will need to be ramped up to a crash for release
62-
#ifdef RTS_RELEASE
63-
// had to make this non-debug only, otherwise we can't autobuild
64-
// GeneralsZH...
6562
DEBUG_ASSERTCRASH(installPath != "", ("Be 1337! Go install Generals!"));
66-
#endif
6763
if (installPath!="")
6864
loadBigFilesFromDirectory(installPath, "*.big");
6965
}

0 commit comments

Comments
 (0)