mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-03-24 12:27:03 +00:00
10.3d
This commit is contained in:
parent
572f1f9aad
commit
8a6e47043f
@ -2194,3 +2194,9 @@ Gameplay bugfixes
|
||||
- new graphics for Sandworm/Rocksnake/Tentacle tails
|
||||
- removed the sandworm/tentacle-from-the-ground dirt effect
|
||||
|
||||
2018.01.20 20:14 version 10.3d
|
||||
- Android/iOS versions updated
|
||||
- weirdly located trap arrows should be no more
|
||||
- fixed the octagonal/fieldquotient geometry
|
||||
- commandline option to change the effect volume
|
||||
- fixed some potential crash sources
|
||||
|
7
init.cpp
7
init.cpp
@ -2,6 +2,7 @@
|
||||
#define ISMAC 1
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef LINUX
|
||||
#define ISLINUX 1
|
||||
#endif
|
||||
@ -14,9 +15,9 @@
|
||||
#define NOLICENSE
|
||||
#endif
|
||||
|
||||
#define VER "10.3c"
|
||||
#define VERNUM 10303
|
||||
#define VERNUM_HEX 0xA0A3
|
||||
#define VER "10.3d"
|
||||
#define VERNUM 10304
|
||||
#define VERNUM_HEX 0xA0A4
|
||||
|
||||
#define GEN_M 0
|
||||
#define GEN_F 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user