mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix unused variable warning for netconsole project
This commit is contained in:
parent
b8035120de
commit
021242ece9
@ -241,8 +241,8 @@ void CoreMsgV(LogType_t logType, LogLevel_t logLevel, eDLL_T context,
|
||||
eDLL_T overlayContext = context;
|
||||
#endif // !DEDICATED && !NETCONSOLE
|
||||
|
||||
bool bSquirrel = false;
|
||||
#if !defined (NETCONSOLE)
|
||||
bool bSquirrel = false;
|
||||
bool bWarning = false;
|
||||
bool bError = false;
|
||||
#endif // !NETCONSOLE
|
||||
|
Loading…
x
Reference in New Issue
Block a user