summaryrefslogtreecommitdiffhomepage
path: root/src/sst.c
diff options
context:
space:
mode:
authorMichael Smith <mikesmiffy128@gmail.com>2021-12-30 17:11:57 +0000
committerMichael Smith <mikesmiffy128@gmail.com>2021-12-30 17:16:43 +0000
commit0da31e9f420e573621712420bf71eb1ca8f6d07f (patch)
tree41e3d2a192415bfe4a5cc53db2337ada579954a3 /src/sst.c
parentf7cc6b4dcc164403d62c9b48ae37f1c4c20f4b4f (diff)
Add Windows release automation and bump to v0.2v0.2-BETA
Preparing for the January beta release.
Diffstat (limited to 'src/sst.c')
-rw-r--r--src/sst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sst.c b/src/sst.c
index 176d5fb..94e1661 100644
--- a/src/sst.c
+++ b/src/sst.c
@@ -161,7 +161,7 @@ nc: gamedata_init();
}
e: con_colourmsg(RGBA(64, 255, 64, 255),
- NAME " v" VERSION " successfully loaded");
+ LONGNAME " v" VERSION " successfully loaded");
con_colourmsg(RGBA(255, 255, 255, 255), " for game ");
con_colourmsg(RGBA(0, 255, 255, 255), "%s\n", gameinfo_title);
return true;