mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
HDB: Fix warnings
This commit is contained in:
parent
a1645e2958
commit
fe0082b4d6
@ -721,6 +721,7 @@ void aiRailRiderOnAction(AIEntity *e) {
|
||||
case -1:
|
||||
if (!p->goalX)
|
||||
e->sequence = 1; // Boarded yet?
|
||||
// fallthrough
|
||||
// Cycle Animation Frames
|
||||
case 3:
|
||||
if (e->animDelay-- > 0)
|
||||
@ -740,6 +741,7 @@ void aiRailRiderOnAction(AIEntity *e) {
|
||||
g_hdb->_sound->playSound(SND_RAILRIDER_TASTE);
|
||||
e->sequence = 2;
|
||||
e->value1 = 0;
|
||||
// fallthrough
|
||||
|
||||
// New RailRider gfx
|
||||
// Move the RailRider
|
||||
|
Loading…
Reference in New Issue
Block a user