mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 09:56:30 +00:00
VCRUISE: Remove obsolete comment
This commit is contained in:
parent
e4e5b2acfd
commit
db396739fb
@ -5996,9 +5996,6 @@ void Runtime::scriptOpSParmX(ScriptArg_t arg) {
|
||||
_pendingStaticAnimParams.initialDelay = stackArgs[0];
|
||||
_pendingStaticAnimParams.repeatDelay = stackArgs[1];
|
||||
_pendingStaticAnimParams.lockInteractions = (stackArgs[2] != 0);
|
||||
|
||||
//if (_pendingStaticAnimParams.lockInteractions)
|
||||
// error("Locking interactions for animation is not implemented yet");
|
||||
}
|
||||
|
||||
void Runtime::scriptOpSAnimX(ScriptArg_t arg) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user