From: sparky4 Date: Mon, 14 Nov 2022 18:15:20 +0000 (-0600) Subject: fixed a typo in wolf3d source code xD X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=commitdiff_plain;h=e23d20f4598ac33c31059e126590b63bffd57235 fixed a typo in wolf3d source code xD --- diff --git a/16/sod8086/WOLF3D.SYM b/16/sod8086/WOLF3D.SYM index c77883ee..00829188 100755 Binary files a/16/sod8086/WOLF3D.SYM and b/16/sod8086/WOLF3D.SYM differ diff --git a/16/sod8086/f_spear.h b/16/sod8086/f_spear.h index d3656578..c6e883b3 100755 --- a/16/sod8086/f_spear.h +++ b/16/sod8086/f_spear.h @@ -11,7 +11,7 @@ #define STR_ENDGAME1 "We owe you a great debt, Mr. Blazkowicz." #define STR_ENDGAME2 "You have served your country well." #define STR_ENDGAME3 "With the spear gone, the Allies will finally" -#define STR_ENDGAME4 "by able to destroy Hitler..." +#define STR_ENDGAME4 "be able to destroy Hitler..." #define STR_COPY1 "That's close, but not close enough to get" #define STR_COPY2 "you into the game." @@ -84,4 +84,4 @@ #define STR_MAN4 "on?" #define STR_ID1 "Which member of Id Software:" - \ No newline at end of file + diff --git a/16/sod8086/wolf3d.prj b/16/sod8086/wolf3d.prj index 149f6edc..111ec0fb 100755 Binary files a/16/sod8086/wolf3d.prj and b/16/sod8086/wolf3d.prj differ diff --git a/16/wf3d8086/f_spear.h b/16/wf3d8086/f_spear.h index d3656578..c6e883b3 100755 --- a/16/wf3d8086/f_spear.h +++ b/16/wf3d8086/f_spear.h @@ -11,7 +11,7 @@ #define STR_ENDGAME1 "We owe you a great debt, Mr. Blazkowicz." #define STR_ENDGAME2 "You have served your country well." #define STR_ENDGAME3 "With the spear gone, the Allies will finally" -#define STR_ENDGAME4 "by able to destroy Hitler..." +#define STR_ENDGAME4 "be able to destroy Hitler..." #define STR_COPY1 "That's close, but not close enough to get" #define STR_COPY2 "you into the game." @@ -84,4 +84,4 @@ #define STR_MAN4 "on?" #define STR_ID1 "Which member of Id Software:" - \ No newline at end of file + diff --git a/16/wf3d8086/wolf3d.prj b/16/wf3d8086/wolf3d.prj index 030cd342..ce7eed3a 100755 Binary files a/16/wf3d8086/wolf3d.prj and b/16/wf3d8086/wolf3d.prj differ