mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-27 14:12:28 +00:00
- Fixed GCC/Clang compile errors.
This commit is contained in:
parent
d338ca3ec1
commit
6eb9015303
2 changed files with 2 additions and 1 deletions
|
@ -28,6 +28,7 @@
|
|||
#include "p_lnspec.h"
|
||||
#include "p_local.h"
|
||||
#include "a_sharedglobal.h"
|
||||
#include "g_levellocals.h"
|
||||
#include "r_sky.h"
|
||||
#include "p_effect.h"
|
||||
#include "po_man.h"
|
||||
|
|
|
@ -1464,7 +1464,7 @@ DEFINE_ACTION_FUNCTION(_Sector, NextLowestFloorAt)
|
|||
|
||||
IFVIRTUALPTRNAME(act, "SectorAction", TriggerAction)
|
||||
{
|
||||
VMValue params[3] = { act, thing, activation };
|
||||
VMValue params[3] = { (DObject *)act, thing, activation };
|
||||
VMReturn ret;
|
||||
int didit;
|
||||
ret.IntAt(&didit);
|
||||
|
|
Loading…
Reference in a new issue