♻️ Replace 'dminx' and 'dminy' globals with single 'dminPosition'

This commit is contained in:
Juliano Leal Goncalves 2021-06-27 18:19:10 -03:00 committed by Anders Jenbo
commit 6583410152
8 changed files with 22 additions and 35 deletions

View file

@ -268,8 +268,7 @@ void TownOpenGrave()
void CreateTown(lvl_entry entry)
{
dminx = 10;
dminy = 10;
dminPosition = { 10, 10 };
dmaxx = 84;
dmaxy = 84;
DRLG_InitTrans();