getting there

This commit is contained in:
CreateSource 2024-01-04 10:25:54 -05:00
parent 811e20c0f6
commit 18a3903650
6 changed files with 374 additions and 14 deletions

View file

@ -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;
}