mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-03 13:02:42 +02:00
Set appropriate default values for some static Lua interface variables
This commit is contained in:
@@ -61,11 +61,11 @@ std::string *luacon_lastError;
|
|||||||
int *lua_el_func, *lua_el_mode, *lua_gr_func;
|
int *lua_el_func, *lua_el_mode, *lua_gr_func;
|
||||||
|
|
||||||
int getPartIndex_curIdx;
|
int getPartIndex_curIdx;
|
||||||
int step_functions[6];//[6] = {0, 0, 0, 0, 0, 0};
|
int step_functions[6] = {0, 0, 0, 0, 0, 0};
|
||||||
int keypress_function_count;// = 0;
|
int keypress_function_count = 0;
|
||||||
int *keypress_functions;// = NULL;
|
int *keypress_functions = NULL;
|
||||||
int mouseclick_function_count;// = 0;
|
int mouseclick_function_count = 0;
|
||||||
int *mouseclick_functions;// = NULL;
|
int *mouseclick_functions = NULL;
|
||||||
int tptProperties; //Table for some TPT properties
|
int tptProperties; //Table for some TPT properties
|
||||||
int tptPropertiesVersion;
|
int tptPropertiesVersion;
|
||||||
int tptElements; //Table for TPT element names
|
int tptElements; //Table for TPT element names
|
||||||
|
Reference in New Issue
Block a user