- plugins: type for listed plugins on blue key is selectable

* add mainmenu items for tools and lua-extensions
  (default not visible)
* add usermenu items for tools and lua-extensions
  (default off)
This commit is contained in:
svenhoefer
2014-02-04 09:08:21 +01:00
parent 31221edc47
commit f9ad30f183
13 changed files with 85 additions and 11 deletions

View File

@@ -52,7 +52,6 @@ class CPlugins
P_TYPE_GAME = 0x2,
P_TYPE_TOOL = 0x4,
P_TYPE_SCRIPT = 0x8
#if ENABLE_LUA
,
P_TYPE_LUA = 0x10