mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-17 23:15:11 -05:00
Fixes too many arguments error.
Not sure why this didn't fail to build on Windows before.
This commit is contained in:
parent
76282830d3
commit
9940c9ed28
@ -6084,7 +6084,7 @@ void Player_SetPendingFlag(Player* this, GlobalContext* globalCtx) {
|
|||||||
Flags_SetTreasure(globalCtx, this->pendingFlag.flagID);
|
Flags_SetTreasure(globalCtx, this->pendingFlag.flagID);
|
||||||
break;
|
break;
|
||||||
case FLAG_EVENT_CHECK_INF:
|
case FLAG_EVENT_CHECK_INF:
|
||||||
Flags_SetEventChkInf(globalCtx, this->pendingFlag.flagID);
|
Flags_SetEventChkInf(this->pendingFlag.flagID);
|
||||||
break;
|
break;
|
||||||
case FLAG_NONE:
|
case FLAG_NONE:
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user