aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalanche.cpp
diff options
context:
space:
mode:
authorStrangerke2013-09-05 02:29:09 +0200
committerStrangerke2013-09-05 02:29:09 +0200
commitdab29889477920b671f1f55085d802e72889bfe7 (patch)
tree1c8af81c37759e6ebcfa09d7175451fd9d67b17e /engines/avalanche/avalanche.cpp
parente5cc0fa49510880def04c30ce1f982c1c281b974 (diff)
downloadscummvm-rg350-dab29889477920b671f1f55085d802e72889bfe7.tar.gz
scummvm-rg350-dab29889477920b671f1f55085d802e72889bfe7.tar.bz2
scummvm-rg350-dab29889477920b671f1f55085d802e72889bfe7.zip
AVALANCHE: Start replacing C-style comments by C++-style
Diffstat (limited to 'engines/avalanche/avalanche.cpp')
-rw-r--r--engines/avalanche/avalanche.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/avalanche/avalanche.cpp b/engines/avalanche/avalanche.cpp
index cd83d54424..bd5ea8b4d0 100644
--- a/engines/avalanche/avalanche.cpp
+++ b/engines/avalanche/avalanche.cpp
@@ -587,7 +587,7 @@ void AvalancheEngine::explain(byte error) {
//TODO: Remove these (b_flight) functions later ( https://github.com/tthurman/avalot/wiki/B-Flight )
-void AvalancheEngine::bFlight() { /*interrupt;*/
+void AvalancheEngine::bFlight() { //interrupt;
_storage._skellern++;
}
@@ -694,14 +694,14 @@ Common::Error AvalancheEngine::run() {
// Don't call the menu by default. Might be modified later, if get_slope() gets implemented,
// because zoomy's value is given there. Not sure yet what "zoomy" stands for.
if (!_zoomy)
- callMenu(); /* Not run when zoomy. */
+ callMenu(); // Not run when zoomy.
do {
runAvalot();
- //if (dosexitcode != 77) quit(); /* Didn't stop for us. */
+ //if (dosexitcode != 77) quit(); // Didn't stop for us.
switch (_storage._operation) {
case kRunShootemup: