mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-20 04:09:16 +00:00
Get rid of clang warnings in plAvatar.
This commit is contained in:
@ -389,6 +389,8 @@ bool plAvBrainHuman::IHandleControlMsg(plControlEventMsg* msg)
|
||||
IChatOn();
|
||||
return true;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
switch(moveCode)
|
||||
@ -398,6 +400,8 @@ bool plAvBrainHuman::IHandleControlMsg(plControlEventMsg* msg)
|
||||
IChatOff();
|
||||
return true;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
@ -515,6 +519,8 @@ bool plAvBrainHuman::IHandleClimbMsg(plClimbMsg *msg)
|
||||
case plClimbMsg::kRight:
|
||||
startMode = plAvBrainClimb::kMountingRight;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
plAvBrainClimb *brain = new plAvBrainClimb(startMode);
|
||||
plAvTaskBrain *brainTask = new plAvTaskBrain(brain);
|
||||
|
Reference in New Issue
Block a user