Loading
#openttdcoop - Paste
Archives
Trending
Docs
Login
Paste #prtavugk5
Wrap
Raw
Revise
struct
StationRating
{
Station
*
st
;
uint rating
;
}
;
std
::
vector
<
StationRating
>
ratings
;
ratings.
clear
(
)
;
int
i
=
all_stations
-
>
Length
(
)
;
StationRating ratings
;
ratings.
rating
=
st
-
>
goods
[
type
]
.
rating
;
ratings.
st
=
st
;
Comments