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