Browse Source

Fix diff in ForceTownTrig.

pull/133/head
Sergey Semushin 7 years ago committed by Anders Jenbo
parent
commit
2edb45b670
  1. 2
      Source/trigs.cpp

2
Source/trigs.cpp

@ -359,7 +359,7 @@ BOOL ForceTownTrig()
}
if (townwarps[2]) {
for (l = 1240; l <= 1254; l++) {
for (l = 1240; l <= 1255; l++) {
if (dPiece[cursmx][cursmy] == l) {
strcpy(infostr, "Down to hell");
cursmx = 41;

Loading…
Cancel
Save