1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-02-10 16:10:15 +00:00

helpful comment for mirror::mirrors

This commit is contained in:
Zeno Rogue 2023-10-27 23:27:16 +02:00
parent 3ef09bded2
commit daebe28d4f

View File

@ -1213,6 +1213,7 @@ EX namespace mirror {
return false; return false;
} }
/* int is the owner's cpid */
EX vector<pair<int, cellwalker>> mirrors; EX vector<pair<int, cellwalker>> mirrors;
#if HDR #if HDR
constexpr int LIGHTNING = -1; // passed instead of cpid constexpr int LIGHTNING = -1; // passed instead of cpid