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

1
.gitattributes vendored
View File

@ -2,3 +2,4 @@
*.bmp -text
*.ICO -text
*.ico -text
*.zip -text

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");

View File

@ -1578,7 +1578,7 @@ CLASS_DESC(plPhysSubWorldComponent, gPhysSubWorldDesc, "Subworld", "Subworld", C
ParamBlockDesc2 gPhysSubWorldBk
(
plComponent::kBlkComp, _T("Subworld "), 0, &gPhysSubWorldDesc, P_AUTO_CONSTRUCT + P_AUTO_UI, plComponent::kRefComp,
plComponent::kBlkComp, _T("Subworld\t"), 0, &gPhysSubWorldDesc, P_AUTO_CONSTRUCT + P_AUTO_UI, plComponent::kRefComp,
//Roll out
IDD_COMP_PHYS_SUBWORLD, IDS_COMP_PHYS_SUBWORLD, 0, 0, NULL,