mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 21:33:40 -07:00
clang
This commit is contained in:
parent
bfdeb14a37
commit
2b83c02263
1 changed files with 8 additions and 8 deletions
|
@ -655,14 +655,14 @@ void ActorAccessibility_InitActors() {
|
|||
if (wonder->wonderMode == WONDERITEM_INTERACT_SWITCH) {
|
||||
auto colTypeIndex = wonder->actor.world.rot.z & 0xFF;
|
||||
switch (colTypeIndex) {
|
||||
case 1:
|
||||
actor->policy.aimAssist.isProvider = AIM_BOW;
|
||||
case 4:
|
||||
actor->policy.aimAssist.isProvider = AIM_SLING;
|
||||
case 5:
|
||||
actor->policy.aimAssist.isProvider = AIM_BOOM;
|
||||
case 6:
|
||||
actor->policy.aimAssist.isProvider = AIM_HOOK;
|
||||
case 1:
|
||||
actor->policy.aimAssist.isProvider = AIM_BOW;
|
||||
case 4:
|
||||
actor->policy.aimAssist.isProvider = AIM_SLING;
|
||||
case 5:
|
||||
actor->policy.aimAssist.isProvider = AIM_BOOM;
|
||||
case 6:
|
||||
actor->policy.aimAssist.isProvider = AIM_HOOK;
|
||||
}
|
||||
} else if (wonder->wonderMode == WONDERITEM_BOMB_SOLDIER) {
|
||||
actor->policy.aimAssist.isProvider = AIM_SLING;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue