mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-28 12:27:40 +00:00
mymake, comments moved
This commit is contained in:
@@ -10,6 +10,7 @@ namespace hr {
|
||||
|
||||
EX namespace inv {
|
||||
|
||||
#if CAP_INV
|
||||
EX bool on;
|
||||
EX array<int, ittypes> usedup;
|
||||
EX array<int, ittypes> remaining;
|
||||
@@ -671,4 +672,7 @@ EX namespace inv {
|
||||
}
|
||||
}
|
||||
|
||||
#else
|
||||
always_false on, activating;
|
||||
#endif
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user