From 493100bdb0f78073fb9377a5ff09756877b199ac Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Mon, 19 Aug 2013 09:39:18 +0200 Subject: Finished renaming cPlugin_NewLua to cPluginLua. --- source/PluginManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/PluginManager.h') diff --git a/source/PluginManager.h b/source/PluginManager.h index 290737461..0933d389f 100644 --- a/source/PluginManager.h +++ b/source/PluginManager.h @@ -109,7 +109,7 @@ public: // tolua_export HOOK_WORLD_TICK, // Note that if a hook type is added, it may need processing in cPlugin::CanAddHook() descendants, - // and it definitely needs adding in cPlugin_NewLua::GetHookFnName() ! + // and it definitely needs adding in cPluginLua::GetHookFnName() ! } ; // tolua_end -- cgit v1.2.3