Fix compilation issue
This commit is contained in:
@@ -3,8 +3,8 @@ set(gameloop_source_files
|
||||
gameloop.h
|
||||
browseloop.c
|
||||
browseloop.h
|
||||
session.h
|
||||
session.c
|
||||
hoeldb.h
|
||||
hoeldb.c
|
||||
telemetry.h
|
||||
telemetry.c
|
||||
)
|
||||
|
||||
@@ -911,7 +911,7 @@ int closestint(struct _h_connection* conn, int stintid, int stintlaps, int valid
|
||||
return res1;
|
||||
}
|
||||
|
||||
int closelapquery(struct _h_connection* conn, int lapid, int sector1, int sector2, int sector3, int cuts, int crashes, int maxspeed, int avgspeed, Simdata* simdata))
|
||||
int closelapquery(struct _h_connection* conn, int lapid, int sector1, int sector2, int sector3, int cuts, int crashes, int maxspeed, int avgspeed, SimData* simdata)
|
||||
{
|
||||
|
||||
// stint laps
|
||||
|
||||
Reference in New Issue
Block a user