mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-28 18:04:52 +00:00
rogueviz:: nilrider version number updated to 2.0
This commit is contained in:
parent
0307db207d
commit
ce7058de5f
@ -1,5 +1,5 @@
|
||||
#if NILRIDER
|
||||
#define CUSTOM_CAPTION "Nil Rider 1.0"
|
||||
#define CUSTOM_CAPTION "Nil Rider 2.0"
|
||||
#define MAXMDIM 4
|
||||
#define CAP_INV 0
|
||||
#define CAP_COMPLEX2 0
|
||||
|
@ -1,6 +1,6 @@
|
||||
namespace nilrider {
|
||||
|
||||
const string ver = "0.2";
|
||||
const string ver = "2.0";
|
||||
|
||||
string new_replay_name() {
|
||||
time_t timer;
|
||||
|
Loading…
Reference in New Issue
Block a user