mirror of
https://github.com/halpz/re3.git
synced 2025-07-15 23:28:15 +00:00
Add compatibility with RW 3.4
This commit is contained in:
@ -303,7 +303,12 @@ PluginAttach(void)
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
#ifndef LIBRW
|
||||
if (!RtAnimInitialize())
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
#endif
|
||||
if( !RpHAnimPluginAttach() )
|
||||
{
|
||||
printf("Couldn't attach RpHAnim plugin\n");
|
||||
|
Reference in New Issue
Block a user