mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-28 02:44:18 +00:00
Implement/match LegoAnimationManager::Notify (#875)
* Implement/match LegoAnimationManager::Notify * Rename notification type
This commit is contained in:
committed by
GitHub
parent
6c89cd3315
commit
cd39e71597
@@ -45,7 +45,7 @@ MxLong IsleActor::Notify(MxParam& p_param)
|
||||
case c_notificationType11:
|
||||
result = VTable0x68();
|
||||
break;
|
||||
case c_notificationType18:
|
||||
case c_notificationEndAnim:
|
||||
result = VTable0x70();
|
||||
break;
|
||||
case c_notificationType19:
|
||||
|
||||
Reference in New Issue
Block a user