Add logs and checks
This commit is contained in:
parent
28a1256a88
commit
e9f919052c
5 changed files with 104 additions and 10 deletions
|
@ -131,4 +131,11 @@
|
|||
#define LCR_SETTING_SMOOTH_ANIMATIONS 1
|
||||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_LOG_LEVEL
|
||||
/** How detailed the console logs should be. 0 turns off logging, 1 means
|
||||
normal, 2 more detailed etc. Setting high log level may result in spam and
|
||||
slower game, but is useful for debugging. */
|
||||
#define LCR_SETTING_LOG_LEVEL 1
|
||||
#endif
|
||||
|
||||
#endif // guard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue