diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2024-08-26 01:52:43 +0100 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2024-08-26 01:52:43 +0100 |
commit | 33582641a9c01a6a3d62ae232f96c74299182885 (patch) | |
tree | e94bac4f028cf38d22e0bec1b3bd5827dffb0946 /src/sst.c | |
parent | 0ad204f21940745c35a665e3f367b9331322c3f4 (diff) |
Add update notes and bump zip version for releasev0.7-BETA
Diffstat (limited to 'src/sst.c')
-rw-r--r-- | src/sst.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -267,7 +267,9 @@ static bool already_loaded = false, skip_unload = false; // auto-update message. see below in do_featureinit() static const char *updatenotes = "\ -* Reorganised a bunch internal stuff, as always\n\ +* Added FOV change support to Portal 4104\n\ +* Added a patch to fix portal 4104 demo playback bugs\n\ +* Reworked a ton of behind-the-scenes code, laying groundwork for later stuff!\n\ "; #include <featureinit.gen.h> // generated by build/codegen.c |