Fix startup text not displaying correctly.

This commit is contained in:
Mari the Deer 2022-03-17 22:05:56 +01:00
commit 1c1dcc00cb
3 changed files with 5 additions and 4 deletions

View file

@ -117,6 +117,7 @@ Things that I'm unsure when will be added *(or if they can be added)*.
* **Customized cluster text stuff if that ever gets scriptified**
* **Official Sunder support *(when the WAD is complete)***
* **Gib models *(May happen by 1.3, hopefully)***
## Other Projects

View file

@ -221,9 +221,9 @@ QUITMSG19 = "World hard and cold,\ntiddy soft and warm.";
// startup (don't localize)
STARTUP1 =
"\n"
" \ck★\cf\c- \cvDemo-chan says\c- \cf\ck★\c-\n"
" \ck★\cf~\c- \cvDemo-chan says\c- \cf~\ck★\c-\n"
"\n"
" \ck★\cf\c- \cvTERFs can fuck off\c- \cf\ck★\c-\n"
" \ck★\cf~\c- \cvTERFs can fuck off\c- \cf~\ck★\c-\n"
"\n";
STARTUP2 = "";
STARTUP3 = "";

View file

@ -1,3 +1,3 @@
[default]
SWWM_MODVER="\cyDEMOLITIONIST \cw1.2pre r191 \cu(Fri 11 Mar 18:49:54 CET 2022)\c-";
SWWM_SHORTVER="\cw1.2pre r191 \cu(2022-03-11 18:49:54)\c-";
SWWM_MODVER="\cyDEMOLITIONIST \cw1.2pre r192 \cu(Thu 17 Mar 22:05:57 CET 2022)\c-";
SWWM_SHORTVER="\cw1.2pre r192 \cu(2022-03-17 22:05:57)\c-";