aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/avalanche/nim.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/engines/avalanche/nim.h b/engines/avalanche/nim.h
index 087f1e830b..fba34f5b01 100644
--- a/engines/avalanche/nim.h
+++ b/engines/avalanche/nim.h
@@ -48,21 +48,21 @@ private:
bool clicked;
byte row;
byte number;
- bool squeak;
+ bool squeak;
int8 mNum, mRow;
void chalk(int x,int y, Common::String z);
void setup();
- void plotStone(byte x,byte y);
+ void plotStone(byte x,byte y);
void board();
void startMove();
- void showChanges();
- void blip();
+ void showChanges();
+ void blip();
void checkMouse();
- void less();
+ void less();
void takeSome();
- void endOfGame();
- void dogFood();
+ void endOfGame();
+ void dogFood();
bool find(byte x);
void findAp(byte start,byte stepsize);
};