0
0
Fork 0
mirror of https://git.do.srb2.org/STJr/SRB2.git synced 2025-03-10 03:12:15 +00:00

Fix warnings

This commit is contained in:
Lactozilla 2023-10-31 03:44:20 -03:00
parent 55a6f0c394
commit 2064c220a0

View file

@ -23,6 +23,7 @@
#include "m_random.h"
#include "m_misc.h"
#include "r_skins.h"
#include "r_translation.h"
#include "i_video.h"
#include "z_zone.h"
#include "lua_hook.h"
@ -9080,7 +9081,6 @@ void A_SetTranslation(mobj_t *actor)
{
INT32 locvar1 = var1;
mobj_t *target = actor;
if (LUA_CallAction(A_SETTRANSLATION, actor))
return;