Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Commit

Permalink
* src/packet.h: Fix comment for PracticeAtomType.
Browse files Browse the repository at this point in the history
  • Loading branch information
keybuk committed Oct 8, 2005
1 parent 89cfd75 commit 42cbc87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2005-10-08 Scott James Remnant <scott@netsplit.com>

* src/packet.h: Fix comment for PracticeAtomType.

* README: Update description of the zero key frame, which I'm
convinced is something to do with a data-stream-less mode of the Java
applet.
Expand Down
2 changes: 1 addition & 1 deletion src/packet.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ typedef enum {
/**
* PracticeAtomType:
*
* Known types of data atoms for cars during a race event.
* Known types of data atoms for cars during a practice or qualifying event.
**/
typedef enum {
PRACTICE_POSITION = 1,
Expand Down

0 comments on commit 42cbc87

Please sign in to comment.