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:
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -2,3 +2,4 @@
|
|||||||
*.bmp -text
|
*.bmp -text
|
||||||
*.ICO -text
|
*.ICO -text
|
||||||
*.ico -text
|
*.ico -text
|
||||||
|
*.zip -text
|
||||||
|
@ -772,7 +772,7 @@ void plInputInterfaceMgr::WriteKeyMap( void )
|
|||||||
fprintf(gKeyFile, "#\n");
|
fprintf(gKeyFile, "#\n");
|
||||||
fprintf(gKeyFile, "# For example, to map Control-Shift-W to Walk Forward\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, "# 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");
|
fprintf(gKeyFile, "# This also works for console command bindings\n");
|
||||||
|
|
||||||
|
|
||||||
|
Binary file not shown.
@ -1578,7 +1578,7 @@ CLASS_DESC(plPhysSubWorldComponent, gPhysSubWorldDesc, "Subworld", "Subworld", C
|
|||||||
|
|
||||||
ParamBlockDesc2 gPhysSubWorldBk
|
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
|
//Roll out
|
||||||
IDD_COMP_PHYS_SUBWORLD, IDS_COMP_PHYS_SUBWORLD, 0, 0, NULL,
|
IDD_COMP_PHYS_SUBWORLD, IDS_COMP_PHYS_SUBWORLD, 0, 0, NULL,
|
||||||
|
Reference in New Issue
Block a user