1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-03-01 22:29:15 +01:00

linux/gcc/32bit compatibility

----------------------------------------------------------------------

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40165
This commit is contained in:
Pavol Marko 2005-12-23 23:15:18 +00:00
parent 27de459d8f
commit 1a1366323e
3 changed files with 4 additions and 3 deletions

@ -126,3 +126,4 @@ void Test_UnpausePlugin(SourceHook::ISourceHook *shptr, SourceHook::Plugin plug)
{ {
static_cast<SourceHook::CSourceHookImpl *>(shptr)->UnpausePlugin(plug); static_cast<SourceHook::CSourceHookImpl *>(shptr)->UnpausePlugin(plug);
} }

@ -18,7 +18,6 @@
Then testbail2.cpp which has the new version adds a hook on the same function and Then testbail2.cpp which has the new version adds a hook on the same function and
does a recall and overrides the value in it. does a recall and overrides the value in it.
*/ */
#include "sourcehook_test.h" #include "sourcehook_test.h"
#include "testbail.h" #include "testbail.h"

@ -37,3 +37,4 @@ namespace
SourceHook::Plugin g_PLID; SourceHook::Plugin g_PLID;
SH_DECL_HOOK1(IGaben, EatYams, SH_NOATTRIB, 0, int, int); SH_DECL_HOOK1(IGaben, EatYams, SH_NOATTRIB, 0, int, int);
} }