Minor comment tweaks

This commit is contained in:
Kayne Ruse
2015-02-27 05:43:20 +11:00
parent a00ddb3142
commit cb63c9b07c
8 changed files with 9 additions and 10 deletions
-1
View File
@@ -32,7 +32,6 @@
#include <map>
#include <string>
//TODO: (1) rename this system to the "trigger" system
class TriggerManager {
public:
TriggerManager();
+1 -1
View File
@@ -23,7 +23,7 @@
#include "trigger_manager.hpp"
//TODO: figure out a way to iterate through elements of managers from lua
//TODO: (1) figure out a way to iterate through elements of managers from lua
static int create(lua_State* L) {
TriggerManager* mgr = static_cast<TriggerManager*>(lua_touserdata(L, 1));