🚚 Rename 'direction' enum to 'Direction'

This commit is contained in:
Juliano Leal Goncalves 2021-05-23 18:02:33 -03:00 committed by Anders Jenbo
commit d55cd99dd5
22 changed files with 148 additions and 148 deletions

View file

@ -14,7 +14,7 @@ int RunBlockTest(int frames, int flags)
plr[pnum]._pHFrames = frames;
plr[pnum]._pIFlags = flags;
plr[pnum]._pGFXLoad = -1;
StartPlrHit(pnum, 5, direction::DIR_S);
StartPlrHit(pnum, 5, Direction::DIR_S);
int i = 1;
for (; i < 100; i++) {