1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Fix link to Ride.h

Alexander
2018-02-20 22:37:11 +03:00
parent 9271a8debe
commit 2e836542a2

@@ -1,7 +1,7 @@
The SV6 ride structure is the same number of bytes as the SV4 format, but varies slightly from the [ride structure in RCT1][structure]. Here is everything we know about it. Note, the canonical source of truth for this information is the code in [`src/ride.h`][ride.h].
The SV6 ride structure is the same number of bytes as the SV4 format, but varies slightly from the [ride structure in RCT1][structure]. Here is everything we know about it. Note, the canonical source of truth for this information is the code in [`src/openrct2/ride/Ride.h`][ride.h].
[structure]: http://freerct.github.io/RCTTechDepot-Archive/SV4.html
[ride.h]: /IntelOrca/OpenRCT2/blob/master/src/ride.h
[ride.h]: /OpenRCT2/OpenRCT2/blob/develop/src/openrct2/ride/Ride.h
The original RCT Technical Information Depot has been updated and relaunched. There is additional data about this structure (updated in August 2014) at [tid.rctspace.com][tid].