aboutsummaryrefslogtreecommitdiff
path: root/saga/scene.h
diff options
context:
space:
mode:
authorEugene Sandulenko2005-05-23 02:23:34 +0000
committerEugene Sandulenko2005-05-23 02:23:34 +0000
commit0ccb1b726b80de340408946412a757d7b90253d8 (patch)
tree48abd600af3150579206c3432a44a8f77c566d34 /saga/scene.h
parentb9e8e4080559f0ce9b249d3fb4c39db1431692f0 (diff)
downloadscummvm-rg350-0ccb1b726b80de340408946412a757d7b90253d8.tar.gz
scummvm-rg350-0ccb1b726b80de340408946412a757d7b90253d8.tar.bz2
scummvm-rg350-0ccb1b726b80de340408946412a757d7b90253d8.zip
Plug in Puzzle. Now it consists mainly of stubs but neverthless lets skip
the Puzzle and continue game pretending like you completed the Puzzle. svn-id: r18225
Diffstat (limited to 'saga/scene.h')
-rw-r--r--saga/scene.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/scene.h b/saga/scene.h
index d16fc4573b..f92661bb04 100644
--- a/saga/scene.h
+++ b/saga/scene.h
@@ -120,7 +120,7 @@ struct SceneEntryList {
const SceneEntry * getEntry(int index) {
if ((index < 0) || (index >= entryListCount)) {
- error("SceneEntryList::getEntry wrong index");
+ error("SceneEntryList::getEntry wrong index (%d)", index);
}
return &entryList[index];
}