1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-10 15:19:43 +00:00

version 13.1j

This commit is contained in:
Zeno Rogue
2025-12-25 12:04:30 +01:00
parent 77ea083b5f
commit fbd6cce6a3
2 changed files with 7 additions and 2 deletions

View File

@@ -5634,3 +5634,8 @@ Further improvements to the SteamDeck:
Other bugfixes:
- fixed mousewheel in SDL2
- fixed the generation range for Strong Wind and jump orb effects in alternate tilings
2025-12-25 11:27 Update 13.1j:
- fixed a crash when the '`' key was entered in some dialogs (which was a problem with older controller layouts which emitted this key)
- fixed the screen size on SteamDeck
- fixed the default control scheme when multiple controllers are connected

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "13.1i"
#define VERNUM_HEX 0xAA29
#define VER "13.1j"
#define VERNUM_HEX 0xAA2A
#include "sysconfig.h"