mirror of
https://github.com/1dot13/source.git
synced 2026-08-26 14:30:26 +02:00
Remove compiler warnings
This commit is contained in:
@@ -2308,7 +2308,7 @@ BOOLEAN PlayVoiceTaunt(SOLDIERTYPE *pCiv, TAUNTTYPE iTauntType, SOLDIERTYPE *pTa
|
||||
if ((OutFile = fopen("VoiceTauntLog.txt", "a+t")) != NULL)
|
||||
{
|
||||
fprintf(OutFile, "Soldier [%d] TauntType %d %s\n",
|
||||
pCiv->ubID,
|
||||
pCiv->ubID.i,
|
||||
iTauntType,
|
||||
filename);
|
||||
fclose(OutFile);
|
||||
|
||||
Reference in New Issue
Block a user