mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-27 09:24:53 +00:00
fixed RogueViz compile error
This commit is contained in:
parent
3980db0fb1
commit
1b1a2091ed
@ -4,7 +4,11 @@
|
|||||||
|
|
||||||
#include "../hyper.h"
|
#include "../hyper.h"
|
||||||
|
|
||||||
|
#ifdef HYPERPATH
|
||||||
|
#define RVPATH "rogueviz/"
|
||||||
|
#else
|
||||||
#define RVPATH HYPERPATH "rogueviz/"
|
#define RVPATH HYPERPATH "rogueviz/"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef CAP_NCONF
|
#ifndef CAP_NCONF
|
||||||
#define CAP_NCONF 0
|
#define CAP_NCONF 0
|
||||||
|
Loading…
Reference in New Issue
Block a user