Skip to content

Commit

Permalink
netplay.h: Fix REPLAY_ENDED to UINT8_MAX
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Jun 22, 2024
1 parent ebc8637 commit 867f9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/netplay/netplay.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ enum MESSAGE_TYPES
GAME_MAX_TYPE, ///< Maximum+1 valid GAME_ type, *MUST* be last.

// The following messages are used for playing back replays.
REPLAY_ENDED ///< A special message for signifying the end of the replay
REPLAY_ENDED = 255 ///< A special message for signifying the end of the replay
// End of replay messages.
};

Expand Down

0 comments on commit 867f9a1

Please sign in to comment.