aboutsummaryrefslogtreecommitdiff
path: root/engines/neverhood/scene.cpp
diff options
context:
space:
mode:
authorjohndoe1232011-07-13 18:34:20 +0000
committerWillem Jan Palenstijn2013-05-08 20:38:47 +0200
commitb611b65bf42a3f2d710199fa69428ec1012a0108 (patch)
treebf6107ba3d858eb790005b75f3c32e2f8bb40f8a /engines/neverhood/scene.cpp
parentffe024844b2f97fe4e735603308e505a7bcd982d (diff)
downloadscummvm-rg350-b611b65bf42a3f2d710199fa69428ec1012a0108.tar.gz
scummvm-rg350-b611b65bf42a3f2d710199fa69428ec1012a0108.tar.bz2
scummvm-rg350-b611b65bf42a3f2d710199fa69428ec1012a0108.zip
NEVERHOOD: Change addHitRect to use an explicit count
- This is since the alignment stuff didn't work and it's not worth it to investigate - Add possibility to write out hardcoded message lists instead of reading from the exe for special lists
Diffstat (limited to 'engines/neverhood/scene.cpp')
-rw-r--r--engines/neverhood/scene.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/neverhood/scene.cpp b/engines/neverhood/scene.cpp
index 1aee786458..3851cfa3ad 100644
--- a/engines/neverhood/scene.cpp
+++ b/engines/neverhood/scene.cpp
@@ -178,7 +178,7 @@ Background *Scene::addBackground(Background *background) {
void Scene::update() {
if (_smkFileHash != 0) {
- // TODO .text:0040138D
+ // TODO
//**** ALL TODO
_smackerPlayer = new SmackerPlayer(_vm, this, _smkFileHash, true, 0);
_savedUpdateHandlerCb = _updateHandlerCb;