mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 14:20:35 +00:00
bit more GTA_VERSION and GTA_PS2
This commit is contained in:
parent
814771c3b5
commit
9714a37769
4 changed files with 61 additions and 18 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue