Squashed bug that crept in to config.cpp. :-(

This commit is contained in:
Shamus Hammons 2019-04-18 17:03:54 -05:00
parent 331bbf2080
commit 147b266b17
1 changed files with 0 additions and 1 deletions

View File

@ -175,7 +175,6 @@ void Config::Init(SDL_Renderer * renderer)
SDL_SetRenderTarget(renderer, NULL);
objList.push_back(new CheckBox(1, 1, &cb1Checked, cb1Text));
objList.push_back(new CheckBox(1, 1, &settings.autoStateSaving, cb1Text));
objList.push_back(new CheckBox(1, 2, &cb2Checked, cb2Text));
objList.push_back(new CheckBox(1, 3, &settings.fullscreen, cb3Text));