Add number logs
This commit is contained in:
parent
588acd1e7f
commit
c39237f39b
3 changed files with 35 additions and 3 deletions
3
map.h
3
map.h
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue