mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-11 15:46:19 -07:00
Merge pull request #5517 from HarbourMasters/develop-blair
Develop blair
This commit is contained in:
commit
e1f6297807
16 changed files with 156 additions and 42 deletions
|
@ -15,7 +15,7 @@ extern "C"
|
|||
#include <soh/Enhancements/randomizer/randomizer_inf.h>
|
||||
|
||||
#if defined(INCLUDE_GAME_PRINTF) && defined(_DEBUG)
|
||||
#define osSyncPrintf(fmt, ...) lusprintf(__FILE__, __LINE__, 0, fmt, __VA_ARGS__)
|
||||
#define osSyncPrintf(fmt, ...) lusprintf(__FILE__, __LINE__, 0, fmt, ##__VA_ARGS__)
|
||||
#else
|
||||
#define osSyncPrintf(fmt, ...) osSyncPrintfUnused(fmt, ##__VA_ARGS__)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue