diff options
Diffstat (limited to 'ajdoc')
-rw-r--r-- | ajdoc/testdata/spacewar/spacewar/Game.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ajdoc/testdata/spacewar/spacewar/Game.java b/ajdoc/testdata/spacewar/spacewar/Game.java index da67d7bc3..54b1bf2ac 100644 --- a/ajdoc/testdata/spacewar/spacewar/Game.java +++ b/ajdoc/testdata/spacewar/spacewar/Game.java @@ -68,7 +68,7 @@ public class Game extends Thread { * thread. You can instantiate multiple games at once. For the time being * the only way to end the game is to exit from the Java VM. * - * @param isDemo Controls whether the game runs in demo mode or not. True + * @param mode Controls whether the game runs in demo mode or not. True * means it is a demo, false means it runs in normal 2 player mode. */ public Game(String mode) { |