mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-13 07:57:58 +00:00
- fixed keybinding reader - before trying to load DEFBINDS the lump index wasn't reset.
This commit is contained in:
parent
90f3b49bc3
commit
5228a67ff5
1 changed files with 1 additions and 0 deletions
|
@ -720,6 +720,7 @@ void C_SetDefaultKeys(const char* baseconfig)
|
||||||
ReadBindings(lump, true);
|
ReadBindings(lump, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
lastlump = 0;
|
||||||
while ((lump = fileSystem.FindLump("DEFBINDS", &lastlump)) != -1)
|
while ((lump = fileSystem.FindLump("DEFBINDS", &lastlump)) != -1)
|
||||||
{
|
{
|
||||||
ReadBindings(lump, false);
|
ReadBindings(lump, false);
|
||||||
|
|
Loading…
Reference in a new issue