From 0da31e9f420e573621712420bf71eb1ca8f6d07f Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 30 Dec 2021 17:11:57 +0000 Subject: Add Windows release automation and bump to v0.2 Preparing for the January beta release. --- src/sst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sst.c') 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; -- cgit v1.2.3