mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-09 23:49:53 +00:00
added CAP_ANIMATION guard to statshot
This commit is contained in:
parent
9a87d46a32
commit
fdcacfccf2
@ -1,5 +1,6 @@
|
|||||||
#include "rogueviz.h"
|
#include "rogueviz.h"
|
||||||
|
|
||||||
|
#if CAP_ANIMATIONS
|
||||||
namespace rogueviz {
|
namespace rogueviz {
|
||||||
|
|
||||||
namespace statshot {
|
namespace statshot {
|
||||||
@ -69,3 +70,4 @@ int a = arg::add3("-label-video", [] {
|
|||||||
});
|
});
|
||||||
|
|
||||||
}}
|
}}
|
||||||
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user