aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/nim.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/nim.h')
-rw-r--r--engines/avalanche/nim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/nim.h b/engines/avalanche/nim.h
index b756460a36..6afb915e47 100644
--- a/engines/avalanche/nim.h
+++ b/engines/avalanche/nim.h
@@ -71,7 +71,7 @@ private:
void endOfGame();
bool find(byte x); // This gives TRUE if there's a pile with x stones in.
void findAp(byte start, byte stepSize);
- void dogFood();
+ void dogFood(); // AI procedure to play the game.
};
} // End of namespace Avalanche