mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-11 23:47:53 +00:00
Fix Sewer Beta folder name.
This commit is contained in:
parent
661e19b6d2
commit
a019c21185
@ -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;
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user