Add number logs

This commit is contained in:
Miloslav Ciz 2025-03-10 22:05:37 +01:00
parent 588acd1e7f
commit c39237f39b
3 changed files with 35 additions and 3 deletions

3
map.h
View file

@ -696,7 +696,8 @@ uint8_t LCR_mapLoadFromStr(char (*getNextCharFunc)(void), const char *name)
_LCR_mapComputeHash();
LCR_LOG2("map loaded")
LCR_LOG1("map loaded, block count:")
LCR_LOG1_NUM(LCR_currentMap.blockCount)
LCR_mapReset();