mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-02-28 21:54:15 +01:00
linux/gcc/32bit compatibility
---------------------------------------------------------------------- --HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40165
This commit is contained in:
parent
27de459d8f
commit
1a1366323e
sourcehook/test
@ -125,4 +125,5 @@ void Test_PausePlugin(SourceHook::ISourceHook *shptr, SourceHook::Plugin plug)
|
|||||||
void Test_UnpausePlugin(SourceHook::ISourceHook *shptr, SourceHook::Plugin plug)
|
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"
|
||||||
|
|
||||||
|
@ -36,4 +36,5 @@ 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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user