🚚 Rename 'PlayerStruct' to 'Player'

This commit is contained in:
Juliano Leal Goncalves 2021-08-30 00:49:00 -03:00 committed by Anders Jenbo
commit bbf529c65a
24 changed files with 210 additions and 210 deletions

View file

@ -16,7 +16,7 @@ namespace devilution {
namespace {
void RepeatWalk(PlayerStruct &player)
void RepeatWalk(Player &player)
{
if (cursmx < 0 || cursmx >= MAXDUNX - 1 || cursmy < 0 || cursmy >= MAXDUNY - 1)
return;