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:
parent
55a6f0c394
commit
2064c220a0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue