mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-26 00:40:56 +00:00
- fixed: INI sections for game vars were never created.
This commit is contained in:
parent
41f2c62ed1
commit
f0039afa5e
1 changed files with 1 additions and 1 deletions
|
@ -4175,7 +4175,7 @@ badindex:
|
||||||
int32_t nValue = 0;
|
int32_t nValue = 0;
|
||||||
insptr++;
|
insptr++;
|
||||||
FString section = currentGame + ".Gamevars";
|
FString section = currentGame + ".Gamevars";
|
||||||
GameConfig->SetSection(section);
|
GameConfig->SetSection(section, true);
|
||||||
switch (VM_DECODE_INST(tw))
|
switch (VM_DECODE_INST(tw))
|
||||||
{
|
{
|
||||||
case CON_SAVEGAMEVAR:
|
case CON_SAVEGAMEVAR:
|
||||||
|
|
Loading…
Reference in a new issue