Skip to content

Commit

Permalink
Update PlayerStateWrapper.h
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein authored Dec 30, 2023
1 parent f030681 commit f2d8bd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/zwift-api/PlayerStateWrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ class PlayerStateWrapper {
public:

enum TURN_SIGNALS {
RIGHT = 'right',
LEFT = 'left',
STRAIGHT = 'straight'
RIGHT = 0,
LEFT = 1,
STRAIGHT = 2
};

//PlayerStateWrapper(const zwift_messages::PlayerState& playerState) : playerState(playerState) {}
Expand Down

0 comments on commit f2d8bd9

Please sign in to comment.