Fixes some odd indentations

This commit is contained in:
Linus Probert 2019-12-03 15:18:47 +01:00
parent 4ceb82f171
commit 8221304df8
1 changed files with 33 additions and 32 deletions

View File

@ -604,7 +604,8 @@ player_reset_on_levelchange(Player *player)
player->equipment.keys = 0;
}
ExperienceData player_get_xp_data(Player *p)
ExperienceData
player_get_xp_data(Player *p)
{
ExperienceData data;
data.previousLevel = next_level_threshold(p->stats.lvl - 1);