comparison UI/UITransition.cpp @ 1751:b6212ecbc140

Слияние
author Ritor1
date Mon, 30 Sep 2013 09:30:42 +0600
parents bae4ffd25a03 2b5c8fe78e79
children 421c29d4ab3e
comparison
equal deleted inserted replaced
1750:bae4ffd25a03 1751:b6212ecbc140
21 #include "UIHouses.h" 21 #include "UIHouses.h"
22 22
23 23
24 24
25 25
26
27 //----- (00444839) -------------------------------------------------------- 26 //----- (00444839) --------------------------------------------------------
28 void TransitionUI_Load(uint anim_id, uint exit_pic_id, int x, int y, int z, int directiony, int directionx, int a8, const char *pLocationName) 27 void TransitionUI_Load(uint anim_id, uint exit_pic_id, int x, int y, int z, int directiony, int directionx, int a8, const char *pLocationName)
29 { 28 {
30 unsigned int v12; // eax@6 29 unsigned int v12; // eax@6
31 const char *v13; // ST0C_4@6 30 const char *v13; // ST0C_4@6
32 unsigned int v14; // eax@8 31 unsigned int v14; // eax@8
33 const char *v15; // eax@14 32 const char *v15; // eax@14
34 unsigned int v16; // eax@16 33 unsigned int v16; // eax@16
35 //unsigned int result; // eax@26
36 const char *v18; // [sp-8h] [bp-40h]@9 34 const char *v18; // [sp-8h] [bp-40h]@9
37 //const char *v19; // [sp-4h] [bp-3Ch]@2
38 char *v20; // [sp-4h] [bp-3Ch]@9 35 char *v20; // [sp-4h] [bp-3Ch]@9
39 const char *v21; // [sp-4h] [bp-3Ch]@11 36 const char *v21; // [sp-4h] [bp-3Ch]@11
40 char pContainer[40]; // [sp+Ch] [bp-2Ch]@1 37 char pContainer[40]; // [sp+Ch] [bp-2Ch]@1
41 unsigned int v23; // [sp+34h] [bp-4h]@1 38 unsigned int v23; // [sp+34h] [bp-4h]@1
42 39
43 //v9 = a1;
44 //v10 = a2;
45 v23 = IndoorLocation::GetLocationIndex(pLocationName); 40 v23 = IndoorLocation::GetLocationIndex(pLocationName);
46 dword_59117C_teleportx = x; 41 dword_59117C_teleportx = x;
47 dword_591178_teleporty = y; 42 dword_591178_teleporty = y;
48 dword_591174_teleportz = z; 43 dword_591174_teleportz = z;
49 dword_591170_teleport_directiony = directiony; 44 dword_591170_teleport_directiony = directiony;