Skip to content

Commit 569753e

Browse files
author
RenCloud
committed
Merge branch 'dev' of github.com:RenCloud/scs-sdk-plugin into dev
2 parents 5f95642 + 135e981 commit 569753e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scs-telemetry/inc/scs-telemetry-common.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ enum gameplayType { cancelled, delivered, fined, tollgate, ferry, train };
4545
void log_line(scs_log_type_t type, const char* text, ...);
4646
void log_line(const char* text, ...);
4747

48-
typedef struct scsTrailer_s { // Size: 1528
48+
typedef struct scsTrailer_s { // Size: 1552
4949
//----- START OF FIRST ZONE AT OFFSET 0 -----//
5050
struct {
5151
bool wheelSteerable[16];
@@ -131,7 +131,7 @@ typedef struct scsTrailer_s { // Size: 1528
131131
char licensePlateCountry[stringsize];
132132
char licensePlateCountryId[stringsize];
133133
}con_s;
134-
//----- END OF 6TH ZONE AT OFFSET 1527 -----//
134+
//----- END OF 6TH ZONE AT OFFSET 1551 -----//
135135
}scsTrailer_t;
136136

137137
/**
@@ -547,7 +547,7 @@ typedef struct scsTelemetryMap_s
547547
scsTrailer_t trailer[10];
548548
}trailer;
549549

550-
//----- END OF 14TH ZONE AT OFFSET 22420 -----//
550+
//----- END OF 14TH ZONE AT OFFSET 21519 -----//
551551
} scsTelemetryMap_t;
552552

553-
#endif
553+
#endif

0 commit comments

Comments
 (0)