mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-07-31 05:30:23 +02:00
remove debugging thing
This commit is contained in:
@@ -441,8 +441,6 @@ int luacon_elementwrite(lua_State* l)
|
|||||||
bool shortcuts = true;
|
bool shortcuts = true;
|
||||||
int luacon_keyevent(int key, Uint16 character, int modifier, int event)
|
int luacon_keyevent(int key, Uint16 character, int modifier, int event)
|
||||||
{
|
{
|
||||||
if (key == 306)
|
|
||||||
return 0;
|
|
||||||
int kycontinue = 1;
|
int kycontinue = 1;
|
||||||
lua_State* l=luacon_ci->l;
|
lua_State* l=luacon_ci->l;
|
||||||
lua_pushstring(l, "keyfunctions");
|
lua_pushstring(l, "keyfunctions");
|
||||||
|
Reference in New Issue
Block a user