mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-24 13:11:33 +00:00
- fixed compilation error with GCC and Clang
src/intermission/intermission_parse.cpp:941:2: error: no matching function for call to 'F_StartFinale'
This commit is contained in:
parent
bc5baae827
commit
2939bc701e
1 changed files with 2 additions and 2 deletions
|
@ -938,5 +938,5 @@ CCMD(testfinale)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
F_StartFinale(gameinfo.finaleMusic, gameinfo.finaleOrder, -1, 0, gameinfo.FinaleFlat, text, false, false, true, true, false);
|
F_StartFinale(gameinfo.finaleMusic, gameinfo.finaleOrder, -1, 0, gameinfo.FinaleFlat, text, false, false, true, true);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue