mirror of
https://github.com/celisej567/source-sdk-2013.git
synced 2026-09-17 20:10:21 +03:00
Fix gcc build errors & warnings
This commit is contained in:
@@ -594,7 +594,7 @@ void ConCommand::Dispatch( const CCommand &command )
|
||||
}
|
||||
|
||||
// Command without callback!!!
|
||||
AssertMsg( 0, ( "Encountered ConCommand '%s' without a callback!\n", GetName() ) );
|
||||
AssertMsg( 0, "Encountered ConCommand '%s' without a callback!\n", GetName() );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user