Skip to content

Commit

Permalink
Removed push_to_pass
Browse files Browse the repository at this point in the history
  • Loading branch information
s3-mihe committed Oct 21, 2015
1 parent 1ac1f72 commit 5e2264b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions sample-c/src/r3e.h
Expand Up @@ -301,15 +301,6 @@ typedef struct
r3e_float32 length;
} r3e_track_info;

typedef struct
{
r3e_int32 available;
r3e_int32 engaged;
r3e_int32 amount_left;
r3e_float32 engaged_time_left;
r3e_float32 wait_time_left;
} r3e_push_to_pass;

typedef struct
{
r3e_u8char name[64];
Expand Down Expand Up @@ -583,9 +574,6 @@ typedef struct

// Info about track and layout
r3e_track_info track_info;

// Pust to pass data
r3e_push_to_pass push_to_pass;

// Contains name and vehicle info for all drivers in place order
r3e_driver_data_1 all_drivers_data_1[128];
Expand Down

0 comments on commit 5e2264b

Please sign in to comment.