diff options
-rw-r--r-- | scumm/script_v72he.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp index f7808b89e6..59a0686005 100644 --- a/scumm/script_v72he.cpp +++ b/scumm/script_v72he.cpp @@ -2095,8 +2095,8 @@ void ScummEngine_v72he::o72_deleteFile() { void ScummEngine_v72he::o72_getPixel() { byte area; - int x = pop(); int y = pop(); + int x = pop(); byte subOp = fetchScriptByte(); VirtScreen *vs = findVirtScreen(y); |