mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-18 08:10:31 -05:00
parent
e871b53afc
commit
235cef6abf
@ -409,7 +409,9 @@ void GameState_Update(GameState* gameState) {
|
|||||||
// Unrestricted Items
|
// Unrestricted Items
|
||||||
if (CVar_GetS32("gNoRestrictItems", 0) != 0) {
|
if (CVar_GetS32("gNoRestrictItems", 0) != 0) {
|
||||||
if (gGlobalCtx) {
|
if (gGlobalCtx) {
|
||||||
|
u8 sunsBackup = gGlobalCtx->interfaceCtx.restrictions.sunsSong;
|
||||||
memset(&gGlobalCtx->interfaceCtx.restrictions, 0, sizeof(gGlobalCtx->interfaceCtx.restrictions));
|
memset(&gGlobalCtx->interfaceCtx.restrictions, 0, sizeof(gGlobalCtx->interfaceCtx.restrictions));
|
||||||
|
gGlobalCtx->interfaceCtx.restrictions.sunsSong = sunsBackup;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user