Skip to content

Commit e4e4210

Browse files
authored
rg_round_end fix return type (#194)
1 parent 6d3d77a commit e4e4210

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reapi/src/natives/natives_misc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ cell AMX_NATIVE_CALL rg_round_end(AMX *amx, cell *params)
453453
float tmDelay = CAmxArg(amx, params[arg_delay]);
454454
if (params[arg_trigger] != 0)
455455
{
456-
return callForward<BOOL>(RG_RoundEnd,
456+
return callForward<bool>(RG_RoundEnd,
457457
[&message](int _winStatus, ScenarioEventEndRound _event, float _tmDelay)
458458
{
459459
CSGameRules()->EndRoundMessage(message, _event);

0 commit comments

Comments
 (0)