comparison UIHouses.cpp @ 978:9334a8c59c8d

uGameState
author Ritor1
date Thu, 09 May 2013 02:26:04 +0600
parents e9292c58644a
children d982fffb8b96
comparison
equal deleted inserted replaced
977:ac85898f5903 978:9334a8c59c8d
22 #include "IndoorCamera.h" 22 #include "IndoorCamera.h"
23 #include "MapInfo.h" 23 #include "MapInfo.h"
24 #include "Log.h" 24 #include "Log.h"
25 #include "MM7.h" 25 #include "MM7.h"
26 #include "mm7_data.h" 26 #include "mm7_data.h"
27 #include "Game.h"
27 28
28 int uHouse_ExitPic; // weak 29 int uHouse_ExitPic; // weak
29 30
30 int dword_591080; // weak 31 int dword_591080; // weak
31 32
1900 dword_6BE364_game_settings_1 |= 1u; 1901 dword_6BE364_game_settings_1 |= 1u;
1901 _5B65B8_npcdata_hiword_house_or_other = 0; 1902 _5B65B8_npcdata_hiword_house_or_other = 0;
1902 dword_5B65BC = 0; 1903 dword_5B65BC = 0;
1903 _5B65B4_npcdata_loword_house_or_other = v5->arrival_rot_y; 1904 _5B65B4_npcdata_loword_house_or_other = v5->arrival_rot_y;
1904 v11 = *((int *)v5 + 3); 1905 v11 = *((int *)v5 + 3);
1905 uGameState = 2; 1906 uGameState = GAME_STATE_2;
1906 _5B65A8_npcdata_uflags_or_other = v11; 1907 _5B65A8_npcdata_uflags_or_other = v11;
1907 _5B65AC_npcdata_fame_or_other = v5->arrival_y; 1908 _5B65AC_npcdata_fame_or_other = v5->arrival_y;
1908 _5B65B0_npcdata_rep_or_other = v5->arrival_z; 1909 _5B65B0_npcdata_rep_or_other = v5->arrival_z;
1909 dword_5B65C0 = v11 | v5->arrival_y | v5->arrival_z | v5->arrival_rot_y; 1910 dword_5B65C0 = v11 | v5->arrival_y | v5->arrival_z | v5->arrival_rot_y;
1910 } 1911 }