diff options
Diffstat (limited to 'libksirtet/lib/mp_board.h')
-rw-r--r-- | libksirtet/lib/mp_board.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libksirtet/lib/mp_board.h b/libksirtet/lib/mp_board.h index 4d689b60..ca40df56 100644 --- a/libksirtet/lib/mp_board.h +++ b/libksirtet/lib/mp_board.h @@ -19,9 +19,9 @@ class MPBoard : public TQWidget /** * This method is called once at the board creation. - * @param AI is TRUE if the player is not human. - * @param multiplayers is TRUE if the game is not a single player game. - * @param first is TRUE if this board is the first local one. + * @param AI is true if the player is not human. + * @param multiplayers is true if the game is not a single player game. + * @param first is true if this board is the first local one. */ virtual void init(bool AI, bool multiplayers, bool server, bool first, const TQString &name) = 0; |