From 70b4d79d501be4802a06770f02b8f49e2c14e8a7 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 16 Jul 2009 18:34:54 +0000 Subject: Removes unused collor array support, disable bullet in sys/sys.h --- src/core/module.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/module.h b/src/core/module.h index 240488f..76b1ba4 100644 --- a/src/core/module.h +++ b/src/core/module.h @@ -38,7 +38,7 @@ public: /*----- mutators -------------------------------------------------- */ - /// run one timeframe + /// run one game frame virtual void frame(float seconds) = 0; /// is called when a player connects -- cgit v1.2.3