mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 23:10:26 +00:00
fixup to cellname debug
This commit is contained in:
parent
5c85f22ef3
commit
b58c491f4d
@ -44,7 +44,7 @@ EX string fts(ld x, int prec IS(6)) {
|
|||||||
return ss.str();
|
return ss.str();
|
||||||
}
|
}
|
||||||
|
|
||||||
map<void*, int> pointer_indices;
|
EX map<void*, int> pointer_indices;
|
||||||
|
|
||||||
EX string index_pointer(void *v) {
|
EX string index_pointer(void *v) {
|
||||||
if(v == nullptr) return "0";
|
if(v == nullptr) return "0";
|
||||||
|
Loading…
Reference in New Issue
Block a user