[Remove] Cleaned up an additional lua_remove() call.
This commit is contained in:
parent
1fcc6be891
commit
770bad9ecc
@ -307,13 +307,13 @@ int conf_loadConfig(const char* file) {
|
||||
|
||||
/* Set the keybind. */
|
||||
input_setKeybind((char*)keybindNames[i], type, key, m, reverse);
|
||||
} else
|
||||
} else {
|
||||
WARN("Malformed keybind in %s", file);
|
||||
}
|
||||
|
||||
/* Clean up after table crap. */
|
||||
lua_remove(L,-1);
|
||||
}
|
||||
lua_remove(L, -1);
|
||||
}
|
||||
} else {
|
||||
/* Failed to load the config file.. */
|
||||
|
Loading…
Reference in New Issue
Block a user