aboutsummaryrefslogtreecommitdiff
path: root/engines/access/amazon/amazon_scripts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/amazon/amazon_scripts.cpp')
-rw-r--r--engines/access/amazon/amazon_scripts.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/access/amazon/amazon_scripts.cpp b/engines/access/amazon/amazon_scripts.cpp
index d0b13d9c58..75fbd052b0 100644
--- a/engines/access/amazon/amazon_scripts.cpp
+++ b/engines/access/amazon/amazon_scripts.cpp
@@ -1805,14 +1805,14 @@ void AmazonScripts::RIVER() {
_game->_hitSafe -= 2;
if (_game->_hitSafe < 0) {
- warning("TODO: cmdDead(RIVERDEATH[0]);");
+ cmdDead(RIVERDEATH[0]);
return;
}
if (_game->_deathFlag) {
_game->_deathCount--;
if (_game->_deathCount == 0) {
- warning("TODO: cmdDead(RIVERDEATH[_game->_deathType]);");
+ cmdDead(RIVERDEATH[_game->_deathType]);
return;
}
}