mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-23 08:22:55 +02:00
Stray bracket, not cat+keyboard
This commit is contained in:
@@ -76,7 +76,7 @@ void luacon_open(){
|
|||||||
}
|
}
|
||||||
int luacon_keyevent(int key, int modifier, int event){
|
int luacon_keyevent(int key, int modifier, int event){
|
||||||
int i = 0, kpcontinue = 1;
|
int i = 0, kpcontinue = 1;
|
||||||
char tempkey[] = {(key, 0};
|
char tempkey[] = {key, 0};
|
||||||
if(keypress_function_count){
|
if(keypress_function_count){
|
||||||
for(i = 0; i < keypress_function_count && kpcontinue; i++){
|
for(i = 0; i < keypress_function_count && kpcontinue; i++){
|
||||||
lua_rawgeti(l, LUA_REGISTRYINDEX, keypress_functions[i]);
|
lua_rawgeti(l, LUA_REGISTRYINDEX, keypress_functions[i]);
|
||||||
|
Reference in New Issue
Block a user