MADS: Fix typo

This commit is contained in:
Filippos Karapetis 2015-10-22 03:21:54 +03:00
parent 9bfa51ef30
commit fac601ae2e

View file

@ -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;