MADS: Fix typo
This commit is contained in:
parent
9bfa51ef30
commit
fac601ae2e
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ bool SequenceList::loadSprites(int seqIndex) {
|
|||
}
|
||||
|
||||
if (seqEntry._flags & 2) {
|
||||
// Check for object having moved off-scren
|
||||
// Check for object having moved off-screen
|
||||
if ((pt.x + width) < 0 || (pt.x + width) >= MADS_SCREEN_WIDTH ||
|
||||
pt.y < 0 || (pt.y - height) >= MADS_SCENE_HEIGHT) {
|
||||
result = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue