1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

enabled CAP_EDIT in ISWEB

This commit is contained in:
Zeno Rogue 2020-09-21 12:04:23 +02:00
parent 78757f4017
commit 7cc9e146cb

View File

@ -166,7 +166,7 @@
#endif
#ifndef CAP_EDIT
#define CAP_EDIT (CAP_FILES && !ISWEB && !ISMINI)
#define CAP_EDIT (CAP_FILES && !ISMINI)
#endif
#ifndef CAP_SHOT