mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-20 16:31:03 +00:00
remove MODID check from hooklib to fix compile issue
This commit is contained in:
parent
82fb731cab
commit
86336d6bed
1 changed files with 0 additions and 2 deletions
|
@ -246,7 +246,6 @@ int LUA_HookLib(lua_State *L)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* TODO: remove in next backwards incompatible release */
|
/* TODO: remove in next backwards incompatible release */
|
||||||
#if MODID == 18
|
|
||||||
int lib_hudadd(lua_State *L);/* yeah compiler */
|
int lib_hudadd(lua_State *L);/* yeah compiler */
|
||||||
int lib_hudadd(lua_State *L)
|
int lib_hudadd(lua_State *L)
|
||||||
{
|
{
|
||||||
|
@ -260,7 +259,6 @@ int lib_hudadd(lua_State *L)
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef struct Hook_State Hook_State;
|
typedef struct Hook_State Hook_State;
|
||||||
typedef void (*Hook_Callback)(Hook_State *);
|
typedef void (*Hook_Callback)(Hook_State *);
|
||||||
|
|
Loading…
Reference in a new issue