aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalanche.cpp
diff options
context:
space:
mode:
authoruruk2014-04-12 19:51:10 +0200
committeruruk2014-04-12 19:51:49 +0200
commit759e499626013a92917ea6bb3f9190486ae41c1d (patch)
treef462628619774e453fd745925cc5e5b90b2e3e49 /engines/avalanche/avalanche.cpp
parent40269800de5cb74134d2001f98b7fb204ef296c1 (diff)
downloadscummvm-rg350-759e499626013a92917ea6bb3f9190486ae41c1d.tar.gz
scummvm-rg350-759e499626013a92917ea6bb3f9190486ae41c1d.tar.bz2
scummvm-rg350-759e499626013a92917ea6bb3f9190486ae41c1d.zip
AVALANCHE: Remove unnecessary TODOs.
Diffstat (limited to 'engines/avalanche/avalanche.cpp')
-rw-r--r--engines/avalanche/avalanche.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/avalanche/avalanche.cpp b/engines/avalanche/avalanche.cpp
index 5b41414c2c..15b43b3883 100644
--- a/engines/avalanche/avalanche.cpp
+++ b/engines/avalanche/avalanche.cpp
@@ -336,7 +336,7 @@ void AvalancheEngine::synchronize(Common::Serializer &sz) {
}
-bool AvalancheEngine::canSaveGameStateCurrently() { // TODO: Refine these!!!
+bool AvalancheEngine::canSaveGameStateCurrently() {
return (_animationsEnabled && _alive);
}
@@ -381,7 +381,7 @@ Common::String AvalancheEngine::getSaveFileName(const int slot) {
return Common::String::format("%s.%03d", _targetName.c_str(), slot);
}
-bool AvalancheEngine::canLoadGameStateCurrently() { // TODO: Refine these!!!
+bool AvalancheEngine::canLoadGameStateCurrently() {
return (_animationsEnabled);
}