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:
12
init.cpp
12
init.cpp
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user