mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +00:00
[7745] Fixed gcc warnings.
This commit is contained in:
parent
8d3585f5ee
commit
27fabf7ace
24 changed files with 145 additions and 128 deletions
|
|
@ -397,6 +397,8 @@ void MotionMaster::Mutate(MovementGenerator *m)
|
|||
// DistractMovement interrupted by any other movement
|
||||
case DISTRACT_MOTION_TYPE:
|
||||
MovementExpired(false);
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
m->Initialize(*i_owner);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue