Fix compiler warning

This commit is contained in:
rdb 2014-09-24 21:35:21 +00:00
parent 7669e79322
commit 4f3cc072c2

View File

@ -1184,6 +1184,7 @@ string AIBehaviors::behavior_status(string ai_type) {
default:
cout<<"Invalid value!"<<endl;
return "invalid";
}
}