Removes some macro abuse

This commit is contained in:
AffectedArc07
2021-09-08 20:52:24 +01:00
parent fdc7d2ce71
commit 3d8c6d1bd3
@@ -14,7 +14,7 @@
do { \
var/timer = start_watch(); \
proc2run ;\
log_debug("\[MAZE] Operation '[opname]' on maze at [##x],[##y],[##z] took [stop_watch(timer)]s"); \
log_debug("\[MAZE] Operation '[opname]' on maze at [x],[y],[z] took [stop_watch(timer)]s"); \
} while (FALSE)