getting there
This commit is contained in:
parent
811e20c0f6
commit
18a3903650
6 changed files with 374 additions and 14 deletions
|
|
@ -336,7 +336,7 @@ void GWStarsAdd(int player, s16 amount)
|
|||
GWStarsSet(player, GWPlayer[player].stars+amount);
|
||||
}
|
||||
|
||||
s16 GWStarsGet(int player)
|
||||
s32 GWStarsGet(int player)
|
||||
{
|
||||
return GWPlayer[player].stars;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue