aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/vga13h.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2011-07-16 15:17:18 +1000
committerPaul Gilbert2011-07-16 15:17:18 +1000
commitc3f3120194151cdeb31d9b3622c76cd4e5b7ed6a (patch)
treebefc674957aa5e322c87ecd5f47464557634bdcb /engines/cge/vga13h.cpp
parent453fbb7454b5e6d517febd29aea4e589c44247bf (diff)
downloadscummvm-rg350-c3f3120194151cdeb31d9b3622c76cd4e5b7ed6a.tar.gz
scummvm-rg350-c3f3120194151cdeb31d9b3622c76cd4e5b7ed6a.tar.bz2
scummvm-rg350-c3f3120194151cdeb31d9b3622c76cd4e5b7ed6a.zip
CGE: Cleaned up room preview handling code and fixed memory leak
Diffstat (limited to 'engines/cge/vga13h.cpp')
-rw-r--r--engines/cge/vga13h.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/vga13h.cpp b/engines/cge/vga13h.cpp
index ec616a2551..716a6b584d 100644
--- a/engines/cge/vga13h.cpp
+++ b/engines/cge/vga13h.cpp
@@ -1378,4 +1378,4 @@ PocLight::PocLight(CGEEngine *vm): Sprite(vm, NULL) {
_flags._kill = false;
}
-} // End of namespace CGE
+} // End of namespace CGE \ No newline at end of file