From fefeafe35f8dac30f4baab9e3bff8e2ffbd1afd0 Mon Sep 17 00:00:00 2001 From: zecke Date: Fri, 15 Oct 2004 01:48:45 +0000 Subject: Fix #1450 to clear the 'bonus' for removing every stone in the game --- (limited to 'noncore/games/zsame/StoneField.h') diff --git a/noncore/games/zsame/StoneField.h b/noncore/games/zsame/StoneField.h index 80be73a..d32d78d 100644 --- a/noncore/games/zsame/StoneField.h +++ b/noncore/games/zsame/StoneField.h @@ -91,8 +91,9 @@ public: int undo(int count=1); - bool isGameover() const; + bool isGameover() const; bool gotBonus() const; + void clearBonus(); bool undoPossible() const; int getBoard() const; int getScore() const; -- cgit v0.9.0.2