Replace old SVN_* defines by the new ones

This commit is contained in:
Arkshine
2014-12-08 01:41:52 +01:00
parent 3594c11238
commit 7c96c30be8
7 changed files with 51 additions and 13 deletions

View File

@@ -101,7 +101,7 @@ void CLog::CreateNewFile()
ALERT(at_logged, "[AMXX] Unexpected fatal logging error. AMXX Logging disabled.\n");
SET_LOCALINFO("amxx_logging", "0");
} else {
fprintf(fp, "AMX Mod X log file started (file \"%s\") (version \"%s\")\n", name, SVN_VERSION_STRING);
fprintf(fp, "AMX Mod X log file started (file \"%s\") (version \"%s\")\n", name, AMXX_VERSION);
fclose(fp);
}
}