Merge branch 'master' of github.com:diasurgical/devilution
This commit is contained in:
commit
4794c8357c
23 changed files with 505 additions and 565 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue