aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/graphics.cpp
diff options
context:
space:
mode:
authorNicola Mettifogo2007-06-15 21:40:02 +0000
committerNicola Mettifogo2007-06-15 21:40:02 +0000
commit85ce1d85cac75ba7937a4819a69b11ba5d58e9d2 (patch)
tree397d1dc1bd1db1bc86cd205527ec25c063a00049 /engines/parallaction/graphics.cpp
parentf80799cd5be7489fb4ab3fbb7fc55ecac25d1a6d (diff)
downloadscummvm-rg350-85ce1d85cac75ba7937a4819a69b11ba5d58e9d2.tar.gz
scummvm-rg350-85ce1d85cac75ba7937a4819a69b11ba5d58e9d2.tar.bz2
scummvm-rg350-85ce1d85cac75ba7937a4819a69b11ba5d58e9d2.zip
All known versions of Nippon Safes are now enabled with all features except for half-brite effects. Please keep an eye out for regression.
svn-id: r27437
Diffstat (limited to 'engines/parallaction/graphics.cpp')
-rw-r--r--engines/parallaction/graphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/graphics.cpp b/engines/parallaction/graphics.cpp
index 420ca6b681..aab35f8562 100644
--- a/engines/parallaction/graphics.cpp
+++ b/engines/parallaction/graphics.cpp
@@ -857,7 +857,7 @@ Gfx::~Gfx() {
freeStaticCnv(_mouseComposedArrow);
delete _mouseComposedArrow;
-
+
return;
}