♻️ Replace 'dminx' and 'dminy' globals with single 'dminPosition'
This commit is contained in:
parent
effee3f7bb
commit
6583410152
8 changed files with 22 additions and 35 deletions
|
|
@ -268,8 +268,7 @@ void TownOpenGrave()
|
|||
|
||||
void CreateTown(lvl_entry entry)
|
||||
{
|
||||
dminx = 10;
|
||||
dminy = 10;
|
||||
dminPosition = { 10, 10 };
|
||||
dmaxx = 84;
|
||||
dmaxy = 84;
|
||||
DRLG_InitTrans();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue