scummvm/base
Wyatt Radkiewicz 8a0fffa672
BASE: Fixed typo when erasing window-size (#4866)
When parsing the command line option "window-size" the DO_LONG_OPTION
inserts "window-size" into the settings StringMap. This is soon later
deleted, but instead of deleting "window-size" it deletes the
non-existent setting "window_size". This is needed because width and
height are stored in "last_window_width" and "last_window_height"
respectivly and "window-size" is not used anywhere.
2023-04-05 10:11:23 +02:00
..
detection
commandLine.cpp BASE: Fixed typo when erasing window-size (#4866) 2023-04-05 10:11:23 +02:00
commandLine.h
internal_plugins.h
internal_revision.h.in
internal_version.h RELEASE: This is 2.8.0git 2023-01-20 20:31:01 +01:00
internal_version.h.in
main.cpp COMMON: Move autorun detection code to OSystem::updateStartSettings() 2023-03-24 21:11:50 +01:00
main.h
module.mk
plugins.cpp BASE: Fix "an" typo 2023-03-16 14:47:28 +01:00
plugins.h
test_new_standards.cpp
version.cpp BASE: Print SDL1.2/SDL2 in cloud builds too and reindent the ifdefs 2023-03-09 12:09:37 +01:00
version.h SCUMM HE: Send version to lobby server. 2023-03-06 00:07:13 +01:00