This commit is contained in:
FunkyFr3sh 2024-02-03 21:44:15 +01:00
parent cfc5441994
commit 0c5c9acecf

View file

@ -29,7 +29,7 @@ void cfg_load()
{ {
cfg_init(); cfg_init();
/* Optional settings */ /* Optional settings */
GET_INT(g_config.window_rect.right, "width", 0); GET_INT(g_config.window_rect.right, "width", 0);
GET_INT(g_config.window_rect.bottom, "height", 0); GET_INT(g_config.window_rect.bottom, "height", 0);