amount of random stuff should have been kept at 15
authorThomas Thurman <tthurman@gnome.org>
Sun, 23 Aug 2009 02:46:26 +0000 (22:46 -0400)
committerThomas Thurman <tthurman@gnome.org>
Sun, 23 Aug 2009 02:46:26 +0000 (22:46 -0400)
rfk.c

diff --git a/rfk.c b/rfk.c
index 13abae7..1804762 100644 (file)
--- a/rfk.c
+++ b/rfk.c
@@ -18,7 +18,7 @@
 #define ARENA_WIDTH 25
 #define ARENA_HEIGHT 12
 
-const int amount_of_random_stuff = 1;
+const int amount_of_random_stuff = 15;
 
 typedef enum {
   STATE_PROLOGUE,