mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-17 22:30:59 +00:00
- fixed compile.
This commit is contained in:
parent
cfead10cc2
commit
ca0af4bd7c
1 changed files with 1 additions and 3 deletions
|
@ -7112,10 +7112,8 @@ int GameInterface::app_main()
|
|||
|
||||
enginePostInit();
|
||||
|
||||
tileDelete(MIRROR);
|
||||
|
||||
tileDelete(TILE_MIRROR);
|
||||
skiptile = W_FORCEFIELD + 1;
|
||||
skiptile = TILE_W_FORCEFIELD + 1;
|
||||
|
||||
if (RR)
|
||||
tileDelete(0);
|
||||
|
|
Loading…
Reference in a new issue