1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-26 23:36:02 +00:00

Fixed graphical items/kills in Euclidean. Made them larger. Updated v number to 9.4j.

This commit is contained in:
Zeno Rogue
2017-05-29 11:22:11 +02:00
parent 5f275b50ed
commit 04eefbdf03
2 changed files with 16 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
#define VER "9.4i"
#define VERNUM 9409
#define VERNUM_HEX 0x9409
#define VER "9.4j"
#define VERNUM 9410
#define VERNUM_HEX 0x9410
#define GEN_M 0
#define GEN_F 1
@@ -182,6 +182,12 @@ typedef int SDL_Event;
#endif
#ifdef NOLAMBDAS
#undef TOUR
#else
#include <functional>
#endif
#include <cmath>
#include <time.h>
#include <vector>