1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-31 17:57:56 +00:00

Removed references to private/daily.cpp and private/hypersteam.cpp. Also removed HAVE_ACHIEVEMENTS as it was redundant to CAP_ACHIEVE

This commit is contained in:
Zeno Rogue
2024-05-16 20:35:38 +02:00
parent 7b99248c06
commit 7982ea0e58
3 changed files with 32 additions and 37 deletions

View File

@@ -132,9 +132,7 @@
#include "rogueviz/rogueviz-all.cpp"
#endif
#if CAP_DAILY
#include "private/daily.cpp"
#else
#if !CAP_DAILY
namespace hr { namespace daily { bool on; int historical; } }
#endif