diff options
author | Stijn Buys <ingar@osirion.org> | 2009-07-16 18:34:54 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2009-07-16 18:34:54 +0000 |
commit | 70b4d79d501be4802a06770f02b8f49e2c14e8a7 (patch) | |
tree | b868e13489f8ef4377c7ac6c7d900ee854270b03 /src/core | |
parent | 1b8ceba3a173ff59939042713cd07a65e83193f1 (diff) |
Removes unused collor array support, disable bullet in sys/sys.h
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/module.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |