HDB: Remove redundant warning

This commit is contained in:
Nipun Garg 2019-07-30 13:50:58 +05:30 committed by Eugene Sandulenko
parent 13d7a0c934
commit c75e14cabb

View File

@ -362,7 +362,6 @@ void aiRightBotInit2(AIEntity *e) {
e->state = STATE_MOVERIGHT;
break;
case DIR_NONE:
warning("aiRightBotInit2: DIR_NONE found");
break;
}
}