Fix Sewer Beta folder name.

This commit is contained in:
Andrey Akhmichin 2019-12-01 18:21:58 +05:00
parent 661e19b6d2
commit a019c21185
2 changed files with 2 additions and 2 deletions

View File

@ -221,7 +221,7 @@ void CHud::Init( void )
g_iModType = MOD_HALFSECRET; g_iModType = MOD_HALFSECRET;
g_iHudColor = RGB_YELLOWISH; g_iHudColor = RGB_YELLOWISH;
} }
else if( HUD_IsGame( "sewerbeta" ) ) else if( HUD_IsGame( "sewer_beta" ) )
{ {
g_iModType = MOD_SEWER_BETA; g_iModType = MOD_SEWER_BETA;
g_iHudColor = RGB_WHITISH; g_iHudColor = RGB_WHITISH;

View File

@ -92,7 +92,7 @@ extern "C" void DLLEXPORT EXPORT2 GiveFnptrsToDll( enginefuncs_t *pengfuncsFromE
{ {
g_iModType = MOD_REDEMPT; g_iModType = MOD_REDEMPT;
} }
else if( FStrEq( szGameFolder, "sewerbeta" ) ) else if( FStrEq( szGameFolder, "sewer_beta" ) )
{ {
g_iModType = MOD_SEWER_BETA; g_iModType = MOD_SEWER_BETA;
} }