aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/schedule.cpp
diff options
context:
space:
mode:
authorAlyssa Milburn2011-08-24 10:56:43 +0200
committerAlyssa Milburn2011-08-24 10:58:06 +0200
commit5efba92b8e58242fcad2c2eb0c0cf1a7e09579b0 (patch)
tree848fd4ca8e2c67ff506d733de93c74a307ba49f1 /engines/hugo/schedule.cpp
parent8755ebc0aa9526966bfa5001e0ce811df91166e5 (diff)
downloadscummvm-rg350-5efba92b8e58242fcad2c2eb0c0cf1a7e09579b0.tar.gz
scummvm-rg350-5efba92b8e58242fcad2c2eb0c0cf1a7e09579b0.tar.bz2
scummvm-rg350-5efba92b8e58242fcad2c2eb0c0cf1a7e09579b0.zip
HUGO: Coding style fixes.
Diffstat (limited to 'engines/hugo/schedule.cpp')
-rw-r--r--engines/hugo/schedule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/schedule.cpp b/engines/hugo/schedule.cpp
index d1b4aa6a9c..dc20ca117d 100644
--- a/engines/hugo/schedule.cpp
+++ b/engines/hugo/schedule.cpp
@@ -1416,7 +1416,7 @@ event_t *Scheduler::doAction(event_t *curEvent) {
break;
case OLD_SONG:
// Replaces ACT26 for DOS games.
- _vm->_sound->DOSSongPtr = _vm->_text->getTextData(action->a49.songIndex);
+ _vm->_sound->_DOSSongPtr = _vm->_text->getTextData(action->a49.songIndex);
break;
default:
error("An error has occurred: %s", "doAction");