Added error log descriptions to manual. Cleaned up some log messages.

This commit is contained in:
richard
2009-10-27 22:53:03 +01:00
parent cdcd9b03ee
commit 9bd4f90137
8 changed files with 686 additions and 23 deletions

View File

@ -123,6 +123,8 @@ VolAnticampEnable(volumeIndex)
/**
* Starts all existing anticamp timers.
*
* TODO: Reuse code! This is almost duplicate of VolAnticampEnable.
*/
stock VolAnticampEnableAll()
{
@ -682,7 +684,7 @@ VolAnticampWarningToString(VolAnticampeWarningType:warningType, String:buffer[],
}
case Anticamp_Menu:
{
return shortName ? strcopy(buffer, maxlen, "meny") : strcopy(buffer, maxlen, "Message in menu panel");
return shortName ? strcopy(buffer, maxlen, "menu") : strcopy(buffer, maxlen, "Message in menu panel");
}
}