Browse Source

map type

pull/872/head
pionere 6 years ago committed by Anders Jenbo
parent
commit
fa718398a3
  1. 2
      Source/automap.cpp

2
Source/automap.cpp

@ -637,7 +637,7 @@ void SetAutomapView(int x, int y)
maptype = GetAutomapType(xx, yy, FALSE);
solid = maptype & 0x4000;
switch (maptype & 0xF) {
switch (maptype & MAPFLAG_TYPE) {
case 2:
if (solid) {
if (GetAutomapType(xx, yy + 1, FALSE) == 0x4007)

Loading…
Cancel
Save