SDL: Comment added to SDL config file indicating the location of the keycode definitons

This commit is contained in:
punkrockguy318 2010-02-20 04:11:29 +00:00
parent d503388437
commit 2e5093fe6e
1 changed files with 1 additions and 1 deletions

View File

@ -662,7 +662,7 @@ Config::save()
config.open(configFile.c_str(), std::ios::out | std::ios::trunc);
// write a warning
strcpy(buf, "# Auto-generated\n");
strcpy(buf, "# Auto-generated\n# SDL keycodes defined in /usr/include/SDL/SDL_keysym.h\n");
config.write(buf, strlen(buf));
// write each configuration setting