mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-20 04:09:16 +00:00
Alright, this _TEMP_CONVERT_ stuff was a stupid idea
This commit is contained in:
@ -631,7 +631,7 @@ bool plAGMasterMod::MsgReceive(plMessage* msg)
|
||||
plString targetName = cmdMsg->GetAnimName();
|
||||
|
||||
if (targetName.IsNull())
|
||||
targetName = _TEMP_CONVERT_FROM_LITERAL(ENTIRE_ANIMATION_NAME);
|
||||
targetName = ENTIRE_ANIMATION_NAME;
|
||||
|
||||
plAGAnimInstance *inst = FindAnimInstance(targetName);
|
||||
if (inst != nil)
|
||||
|
Reference in New Issue
Block a user