mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 14:16:50 +00:00
fix SDL
This commit is contained in:
parent
e5c944b72a
commit
4fc6661cb4
@ -380,7 +380,7 @@ static SpewRetval_t _SpewMessage( SpewType_t spewType, const char *pGroupName, i
|
||||
|
||||
/* direct it to the appropriate target(s) */
|
||||
SpewRetval_t ret;
|
||||
assert( g_pSpewInfo == NULL );
|
||||
assert( g_pSpewInfo == (void*)NULL );
|
||||
SpewInfo_t spewInfo =
|
||||
{
|
||||
pColor,
|
||||
|
Loading…
Reference in New Issue
Block a user