aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/town.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-03-04 07:45:13 -0500
committerPaul Gilbert2015-03-04 07:45:13 -0500
commit15d375bc4471788b3323875a54a81a9a754ed034 (patch)
treee2bae2ef8905a3350ffdff224ef5e084518d9753 /engines/xeen/town.cpp
parent8101f8d03ba755dc9a71d351b10b279276a67999 (diff)
downloadscummvm-rg350-15d375bc4471788b3323875a54a81a9a754ed034.tar.gz
scummvm-rg350-15d375bc4471788b3323875a54a81a9a754ed034.tar.bz2
scummvm-rg350-15d375bc4471788b3323875a54a81a9a754ed034.zip
XEEN: Implement remaining missing code in checkEvents
Diffstat (limited to 'engines/xeen/town.cpp')
-rw-r--r--engines/xeen/town.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/xeen/town.cpp b/engines/xeen/town.cpp
index a3033b2140..9b4bfa3ab1 100644
--- a/engines/xeen/town.cpp
+++ b/engines/xeen/town.cpp
@@ -1192,6 +1192,10 @@ bool Town::isActive() const {
return _townSprites.size() > 0 && !_townSprites[0].empty();
}
+void Town::clearSprites() {
+ _townSprites.clear();
+}
+
/*------------------------------------------------------------------------*/
bool TownMessage::show(XeenEngine *vm, int portrait, const Common::String &name,