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