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