CONFIG_ReadSetup should return some value

This commit is contained in:
NY00123 2019-11-13 23:35:17 +02:00 committed by Christoph Oelckers
parent 3d82a745b3
commit cab17d9ff7
1 changed files with 1 additions and 0 deletions

View File

@ -557,6 +557,7 @@ int CONFIG_ReadSetup()
if (gSetup.bpp < 8) gSetup.bpp = 32;
setupread = 1;
return 0;
}
// wrapper for CONTROL_MapKey(), generates key bindings to reflect changes to keyboard setup