comparison UI/UIHouses.cpp @ 2061:b2a434d65344

GAME_SETTINGS_* defines introduced DEBUG_SETTINGS_* defines introduced
author Nomad
date Mon, 02 Dec 2013 15:13:49 +0200
parents b7485a6502f2
children 259df09dfb50
comparison
equal deleted inserted replaced
2060:72177f3603da 2061:b2a434d65344
1542 if ( _stricmp(pCurrentMapName, pMapStats->pInfos[pTravel->uMapInfoID].pFilename) ) 1542 if ( _stricmp(pCurrentMapName, pMapStats->pInfos[pTravel->uMapInfoID].pFilename) )
1543 { 1543 {
1544 SaveGame(1, 0); 1544 SaveGame(1, 0);
1545 strcpy(pCurrentMapName, pMapStats->pInfos[pTravel->uMapInfoID].pFilename); 1545 strcpy(pCurrentMapName, pMapStats->pInfos[pTravel->uMapInfoID].pFilename);
1546 1546
1547 dword_6BE364_game_settings_1 |= 1u; 1547 dword_6BE364_game_settings_1 |= GAME_SETTINGS_0001;
1548 _5B65B8_npcdata_hiword_house_or_other = 0; 1548 _5B65B8_npcdata_hiword_house_or_other = 0;
1549 dword_5B65BC = 0; 1549 dword_5B65BC = 0;
1550 _5B65B4_npcdata_loword_house_or_other = pTravel->arrival_rot_y; 1550 _5B65B4_npcdata_loword_house_or_other = pTravel->arrival_rot_y;
1551 uGameState = GAME_STATE_2; 1551 uGameState = GAME_STATE_2;
1552 _5B65A8_npcdata_uflags_or_other = pTravel->arrival_x; 1552 _5B65A8_npcdata_uflags_or_other = pTravel->arrival_x;