diff --git a/source/director.cpp b/source/director.cpp index 1a2ad1c..cd51348 100644 --- a/source/director.cpp +++ b/source/director.cpp @@ -601,12 +601,12 @@ bool Director::saveConfigFile() else if (options->videoMode == SDL_WINDOW_FULLSCREEN) { - file << "fullScreenMode=SDL_WINDOW_FULLSCREEN\n"; + file << "videoMode=SDL_WINDOW_FULLSCREEN\n"; } else if (options->videoMode == SDL_WINDOW_FULLSCREEN_DESKTOP) { - file << "fullScreenMode=SDL_WINDOW_FULLSCREEN_DESKTOP\n"; + file << "videoMode=SDL_WINDOW_FULLSCREEN_DESKTOP\n"; } file << "windowSize=" + std::to_string(options->windowSize) + "\n";