We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2db33f commit 8c63146Copy full SHA for 8c63146
engine/class_modules/sc_druid.cpp
@@ -2248,7 +2248,7 @@ struct druid_action_t : public Base
2248
if ( may_autounshift && ( form_mask & NO_FORM ) == NO_FORM )
2249
p()->shapeshift( NO_FORM );
2250
else if ( autoshift )
2251
- p()->shapeshift( as<form_e>( autoshift ) );
+ p()->shapeshift( static_cast<form_e>( autoshift ) );
2252
else
2253
assert( false && "Action executed in wrong form with no valid form to shift to!" );
2254
}
0 commit comments