aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/exec_ns.cpp
diff options
context:
space:
mode:
authorNicola Mettifogo2008-08-31 05:18:25 +0000
committerNicola Mettifogo2008-08-31 05:18:25 +0000
commit983863bef3f72b81cd0c1211241c64670c4e3e18 (patch)
treec6f14bff41a913bdf4efe2c858d863bdbf4801ed /engines/parallaction/exec_ns.cpp
parent805a46b229658782820a5f78a862e19e2533ec18 (diff)
downloadscummvm-rg350-983863bef3f72b81cd0c1211241c64670c4e3e18.tar.gz
scummvm-rg350-983863bef3f72b81cd0c1211241c64670c4e3e18.tar.bz2
scummvm-rg350-983863bef3f72b81cd0c1211241c64670c4e3e18.zip
Uniformed the interface of Parallaction class (and its hierarchy) with regards of gui code, which is now independent of engine version.
svn-id: r34219
Diffstat (limited to 'engines/parallaction/exec_ns.cpp')
-rw-r--r--engines/parallaction/exec_ns.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/exec_ns.cpp b/engines/parallaction/exec_ns.cpp
index 013dda226d..fbe4c5303e 100644
--- a/engines/parallaction/exec_ns.cpp
+++ b/engines/parallaction/exec_ns.cpp
@@ -318,7 +318,7 @@ DECLARE_COMMAND_OPCODE(stop) {
}
-void Parallaction_ns::drawAnimations() {
+void Parallaction::drawAnimations() {
debugC(9, kDebugExec, "Parallaction_ns::drawAnimations()\n");
uint16 layer = 0, scale = 100;