From e840e39ba00ef01b8de926a48daaeb679f5da7f8 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 24 Feb 2024 09:56:30 +0100 Subject: [PATCH] 13.0c --- changelog.txt | 8 ++++++++ hyper.h | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 0fceb2cfa..810bb3406 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5133,3 +5133,11 @@ Gameplay fixes: Other: - in Goldberg variation, x/y limit is now based on what the engine allows, and 'dual of current' no longer can circumvent the limits - New projection: polar coordinates + +2024-02-24 09:54 Update 13.0c: + +- fixed the off-by-one error in thehelp line displayed for tides and lava +- fixed a bug with rusalka-cursing the first tile when you shoot +- when you press ESC in the gameover screen, the YASC message is displayed +- special YASC message for pinches, and being on the Round Table +- in YASC messages, mention the knights blocking the way, and also mention their names diff --git a/hyper.h b/hyper.h index 6afd67c60..10d3091c4 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "13.0b" -#define VERNUM_HEX 0xAA02 +#define VER "13.0c" +#define VERNUM_HEX 0xAA03 #include "sysconfig.h"