fixed Camelot accessibility help

This commit is contained in:
Zeno Rogue
2020-08-20 16:49:47 +02:00
parent 644d20cd89
commit a4b7819fff
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -124,6 +124,7 @@ EX bool landUnlocked(eLand l) {
#define ITEMS_TOTAL(list, z) { int total = 0; for(eItem x: list) total += items[x]; if(total < z) return false; }
#define ACCONLY(x)
#define ACCONLY2(x,y)
#define ACCONLY3(x,y,z)
#define ACCONLYF(x)
#include "content.cpp"