Fix compiler warning
This commit is contained in:
parent
7669e79322
commit
4f3cc072c2
|
|
@ -1184,6 +1184,7 @@ string AIBehaviors::behavior_status(string ai_type) {
|
|||
|
||||
default:
|
||||
cout<<"Invalid value!"<<endl;
|
||||
return "invalid";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue