ASYLUM: Cleanup more base classes

This commit is contained in:
Littleboy 2011-08-03 18:24:50 -04:00 committed by Eugene Sandulenko
parent f8d11e354a
commit 5b0da5965c
No known key found for this signature in database
GPG key ID: 014D387312D34F08
23 changed files with 313 additions and 245 deletions

View file

@ -514,8 +514,8 @@ END_OPCODE
// Opcode 0x08
IMPLEMENT_OPCODE(MoveScenePosition)
if (cmd->param3 < 1) {
getWorld()->xLeft = cmd->param1;
getWorld()->yTop = cmd->param2;
getWorld()->xLeft = (int16)cmd->param1;
getWorld()->yTop = (int16)cmd->param2;
getWorld()->motionStatus = 3;
} else if (!cmd->param4) {