(svn r17110) -Fix [NoAI]: Print a warning message in the AI console when a deprecated function is used
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
|
||||
/* static */ SignID AISign::GetMaxSignID()
|
||||
{
|
||||
AILog::Warning("AISign::GetMaxSignID is deprecated and will be removed soon, please use AISignList instead.");
|
||||
return (SignID)::Sign::GetPoolSize();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user