♻️Apply point positioning to all remaning entities
This commit is contained in:
parent
d096a85803
commit
2bd13451a1
43 changed files with 1286 additions and 1375 deletions
|
|
@ -367,7 +367,7 @@ bool CheckThemeRoom(int tv)
|
|||
int i, j, tarea;
|
||||
|
||||
for (i = 0; i < numtrigs; i++) {
|
||||
if (dTransVal[trigs[i]._tx][trigs[i]._ty] == tv)
|
||||
if (dTransVal[trigs[i].position.x][trigs[i].position.y] == tv)
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue