Browse Source

Merge pull request #1614 from qndel/CreateTown

[hellfire] CreateTown bin exact
pull/876/head
Robin Eklind 7 years ago committed by GitHub
parent
commit
6d9fa8112f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      Source/town.cpp

10
Source/town.cpp

@ -1508,6 +1508,16 @@ void CreateTown(int entry)
ViewX = 41;
ViewY = 81;
}
#ifdef HELLFIRE
if (TWarpFrom == 21) {
ViewX = 36;
ViewY = 25;
}
if (TWarpFrom == 17) {
ViewX = 79;
ViewY = 62;
}
#endif
}
T_Pass3();

Loading…
Cancel
Save