summaryrefslogtreecommitdiffstats
path: root/ksnake
diff options
context:
space:
mode:
Diffstat (limited to 'ksnake')
-rw-r--r--ksnake/snake.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksnake/snake.h b/ksnake/snake.h
index 396f928a..6bfda05e 100644
--- a/ksnake/snake.h
+++ b/ksnake/snake.h
@@ -69,7 +69,7 @@ protected:
void appendSamy();
void updateSamy();
int tail() const { return (list.count() -1 ); }
- bool growing() const { return (grow > 0 ? TRUE : FALSE); }
+ bool growing() const { return (grow > 0); }
int hold;
int grow;