aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/exec_ns.cpp
diff options
context:
space:
mode:
authorNicola Mettifogo2008-01-28 13:10:49 +0000
committerNicola Mettifogo2008-01-28 13:10:49 +0000
commitcce8e2596019d462eb3e2f6e0375a41a8c510487 (patch)
tree21321537c25791d460ffb6301c2dcbe2fdf24b88 /engines/parallaction/exec_ns.cpp
parent1888cbe50baabc7ac6c00849f31f7e13d6fe1028 (diff)
downloadscummvm-rg350-cce8e2596019d462eb3e2f6e0375a41a8c510487.tar.gz
scummvm-rg350-cce8e2596019d462eb3e2f6e0375a41a8c510487.tar.bz2
scummvm-rg350-cce8e2596019d462eb3e2f6e0375a41a8c510487.zip
Removed all job routines. Stubs have been left for future reference in the code for BRA.
svn-id: r30675
Diffstat (limited to 'engines/parallaction/exec_ns.cpp')
-rw-r--r--engines/parallaction/exec_ns.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/engines/parallaction/exec_ns.cpp b/engines/parallaction/exec_ns.cpp
index ddaa10d81b..b5d6bb03eb 100644
--- a/engines/parallaction/exec_ns.cpp
+++ b/engines/parallaction/exec_ns.cpp
@@ -338,11 +338,8 @@ void Parallaction_ns::drawAnimations() {
_gfx->showGfxObj(obj, true);
obj->frame = frame;
-// obj->setFrame(frame);
obj->x = v18->_left;
obj->y = v18->_top;
-// obj->setPos(v18->_top, v18->_left);
-// obj->setZ(_si);
obj->z = _si;
}
@@ -363,7 +360,7 @@ void Parallaction_ns::drawAnimations() {
void Parallaction_ns::eraseAnimations() {
- debugC(9, kDebugExec, "jobEraseAnimations");
+ debugC(9, kDebugExec, "eraseAnimations");
for (AnimationList::iterator it = _animations.begin(); it != _animations.end(); it++) {
@@ -384,7 +381,7 @@ void Parallaction_ns::eraseAnimations() {
void Parallaction_ns::runScripts() {
- debugC(9, kDebugExec, "jobRunScripts");
+ debugC(9, kDebugExec, "runScripts");
if (_engineFlags & kEnginePauseJobs) {
return;