mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-13 07:58:04 +00:00
CONFIG_ReadSetup should return some value
This commit is contained in:
parent
3d82a745b3
commit
cab17d9ff7
1 changed files with 1 additions and 0 deletions
|
@ -557,6 +557,7 @@ int CONFIG_ReadSetup()
|
||||||
if (gSetup.bpp < 8) gSetup.bpp = 32;
|
if (gSetup.bpp < 8) gSetup.bpp = 32;
|
||||||
|
|
||||||
setupread = 1;
|
setupread = 1;
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// wrapper for CONTROL_MapKey(), generates key bindings to reflect changes to keyboard setup
|
// wrapper for CONTROL_MapKey(), generates key bindings to reflect changes to keyboard setup
|
||||||
|
|
Loading…
Reference in a new issue