CLuaInstCCSignalbox: fix compatibility

Parameter for frontend was changed, is now NULL.
older plugins could expect an instance and could show
emtpty signal bars.
This commit is contained in:
2016-10-01 22:10:00 +02:00
parent 312a80bee9
commit f4387ccfa7
2 changed files with 4 additions and 2 deletions

View File

@@ -4,4 +4,4 @@
* to luainstance.h changes
*/
#define LUA_API_VERSION_MAJOR 1
#define LUA_API_VERSION_MINOR 60
#define LUA_API_VERSION_MINOR 61