diff options
Diffstat (limited to 'src/script/lua_api/l_areastore.h')
-rw-r--r-- | src/script/lua_api/l_areastore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/lua_api/l_areastore.h b/src/script/lua_api/l_areastore.h index 08f35a602..5d6ef2cf0 100644 --- a/src/script/lua_api/l_areastore.h +++ b/src/script/lua_api/l_areastore.h @@ -54,7 +54,7 @@ public: ~LuaAreaStore(); // AreaStore() - // Creates a AreaStore and leaves it on top of stack + // Creates an AreaStore and leaves it on top of stack static int create_object(lua_State *L); static void Register(lua_State *L); |