Merge branch 'master' of github.com:diasurgical/devilution

This commit is contained in:
Anders Jenbo 2020-11-02 03:59:47 +01:00
commit 4794c8357c
23 changed files with 505 additions and 565 deletions

View file

@ -324,13 +324,13 @@ void CreateTown(int entry)
DRLG_InitTrans();
DRLG_Init_Globals();
if (entry == 0) {
if (entry == ENTRY_MAIN) { // New game
ViewX = 75;
ViewY = 68;
} else if (entry == 1) {
} else if (entry == ENTRY_PREV) { // Cathedral
ViewX = 25;
ViewY = 31;
} else if (entry == 7) {
} else if (entry == ENTRY_TWARPUP) {
if (TWarpFrom == 5) {
ViewX = 49;
ViewY = 22;