mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-05-31 01:25:16 -04:00
Fixes too many arguments error.
Not sure why this didn't fail to build on Windows before.
This commit is contained in:
@@ -6084,7 +6084,7 @@ void Player_SetPendingFlag(Player* this, GlobalContext* globalCtx) {
|
||||
Flags_SetTreasure(globalCtx, this->pendingFlag.flagID);
|
||||
break;
|
||||
case FLAG_EVENT_CHECK_INF:
|
||||
Flags_SetEventChkInf(globalCtx, this->pendingFlag.flagID);
|
||||
Flags_SetEventChkInf(this->pendingFlag.flagID);
|
||||
break;
|
||||
case FLAG_NONE:
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user