aboutsummaryrefslogtreecommitdiff
path: root/Plugins/gol.c
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/gol.c')
-rw-r--r--Plugins/gol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins/gol.c b/Plugins/gol.c
index 222a894..5a5330b 100644
--- a/Plugins/gol.c
+++ b/Plugins/gol.c
@@ -11,7 +11,7 @@
#define BORN 1
#define DYING 2
-INFO("Conway's Game Of Life")
+INFO("Conway's Game Of Life (only on 16bit displays)")
int aroundme(_frame f, int x, int y)
{