mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
HDB: Remove redundant warning
This commit is contained in:
parent
13d7a0c934
commit
c75e14cabb
@ -362,7 +362,6 @@ void aiRightBotInit2(AIEntity *e) {
|
||||
e->state = STATE_MOVERIGHT;
|
||||
break;
|
||||
case DIR_NONE:
|
||||
warning("aiRightBotInit2: DIR_NONE found");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user