1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 08:57:39 +00:00

dnameof now returns string

This commit is contained in:
Zeno Rogue
2020-03-07 04:38:07 +01:00
parent 35dbeea702
commit 0291c2ade3
2 changed files with 5 additions and 5 deletions

View File

@@ -677,7 +677,7 @@ int read_cheat_args() {
PHASE(3) cheat(); start_game(); if(WDIM == 3) { drawthemap(); bfs(); }
shift(); eMonster m = readMonster(args());
shift(); int q = argi();
printf("m = %s q = %d\n", dnameof(m), q);
printf("m = %s q = %d\n", dnameof(m).c_str(), q);
restoreGolems(q, m, 7);
}
else if(argis("-MK")) {