mirror of
https://github.com/halpz/re3.git
synced 2025-07-16 20:48:11 +00:00
bit more GTA_VERSION and GTA_PS2
This commit is contained in:
@ -819,6 +819,11 @@ CVisibilityPlugins::PluginAttach(void)
|
||||
ms_clumpPluginOffset = RpClumpRegisterPlugin(sizeof(ClumpExt),
|
||||
ID_VISIBILITYCLUMP,
|
||||
ClumpConstructor, ClumpDestructor, ClumpCopyConstructor);
|
||||
|
||||
#if GTA_VERSION <= GTA3_PS2_16
|
||||
Initialise();
|
||||
#endif
|
||||
|
||||
return ms_atomicPluginOffset != -1 && ms_clumpPluginOffset != -1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user