Skip to content

Commit

Permalink
- fixed: APROP_Friction was missing a 'break'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Oelckers committed Jun 10, 2016
1 parent ef86b39 commit c4d8950
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/p_acs.cpp
Expand Up @@ -3968,6 +3968,7 @@ void DLevelScript::DoSetActorProperty (AActor *actor, int property, int value)

case APROP_Friction:
actor->Friction = ACSToDouble(value);
break;

case APROP_MaxStepHeight:
actor->MaxStepHeight = ACSToDouble(value);
Expand Down

0 comments on commit c4d8950

Please sign in to comment.