2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 02:27:40 -04:00

Keep binary identity with whitespace fixes, and don't break the zip

This commit is contained in:
2011-04-11 18:35:38 -07:00
parent 9629ee8a2b
commit 7811c56489
4 changed files with 3 additions and 2 deletions

View File

@ -772,7 +772,7 @@ void plInputInterfaceMgr::WriteKeyMap( void )
fprintf(gKeyFile, "#\n");
fprintf(gKeyFile, "# For example, to map Control-Shift-W to Walk Forward\n");
fprintf(gKeyFile, "# your key mapping entry would look like this:\n");
fprintf(gKeyFile, "# Keyboard.BindAction W_C_S \"Walk Forward\"\n");
fprintf(gKeyFile, "# Keyboard.BindAction \tW_C_S \t\"Walk Forward\"\n");
fprintf(gKeyFile, "# This also works for console command bindings\n");