Mercurial > mm7
comparison mm7_5.cpp @ 1725:8de9b24ace86
m
author | Ritor1 |
---|---|
date | Wed, 25 Sep 2013 12:22:32 +0600 |
parents | 8251e59fd7c1 |
children | 2c38e17e5a3f |
comparison
equal
deleted
inserted
replaced
1724:8bf9a9d9740b | 1725:8de9b24ace86 |
---|---|
4907 | 4907 |
4908 int no_rightlick_in_inventory = false; // 0050CDCC | 4908 int no_rightlick_in_inventory = false; // 0050CDCC |
4909 //----- (00416196) -------------------------------------------------------- | 4909 //----- (00416196) -------------------------------------------------------- |
4910 void OnInventoryItemRightClick() | 4910 void OnInventoryItemRightClick() |
4911 { | 4911 { |
4912 //Player *v0; // esi@2 | |
4913 //POINT *v1; // edi@2 | |
4914 //signed int v2; // ecx@5 | |
4915 //signed int v3; // eax@5 | |
4916 //int v4; // eax@5 | |
4917 //char v5; // sf@5 | |
4918 //int v6; // eax@5 | |
4919 int v7; // eax@7 | 4912 int v7; // eax@7 |
4920 //unsigned __int16 v8; // ax@10 | |
4921 int v9; // edi@10 | 4913 int v9; // edi@10 |
4922 //int v10; // eax@10 | |
4923 //int v11; // edx@13 | |
4924 //LONG v12; // edx@23 | |
4925 //signed int v13; // edx@23 | |
4926 int v14; // edx@25 | 4914 int v14; // edx@25 |
4927 unsigned int v15; // edi@25 | 4915 unsigned int v15; // edi@25 |
4928 signed int v16; // edx@27 | 4916 signed int v16; // edx@27 |
4929 int v17; // eax@54 | 4917 int v17; // eax@54 |
4930 unsigned int v18; // edx@57 | 4918 unsigned int v18; // edx@57 |
4935 int v23; // edx@78 | 4923 int v23; // edx@78 |
4936 int v24; // eax@79 | 4924 int v24; // eax@79 |
4937 int v25; // eax@80 | 4925 int v25; // eax@80 |
4938 int v26; // eax@84 | 4926 int v26; // eax@84 |
4939 ItemGen *v27; // esi@98 | 4927 ItemGen *v27; // esi@98 |
4940 //unsigned int v28; // eax@98 | |
4941 //ItemGen *v29; // edi@98 | |
4942 //unsigned int v30; // ecx@103 | |
4943 double v31; // st7@112 | 4928 double v31; // st7@112 |
4944 //unsigned __int64 v32; // qax@113 | |
4945 //unsigned int v33; // ecx@117 | |
4946 //int v34; // eax@126 | |
4947 //unsigned int v35; // ecx@127 | |
4948 double v36; // st7@132 | 4929 double v36; // st7@132 |
4949 signed __int64 v37; // qax@135 | 4930 signed __int64 v37; // qax@135 |
4950 //unsigned int v38; // eax@138 | |
4951 Vec3_int_ v39; // [sp-18h] [bp-A8h]@83 | 4931 Vec3_int_ v39; // [sp-18h] [bp-A8h]@83 |
4952 //int *v40; // [sp-Ch] [bp-9Ch]@83 | |
4953 //int *v41; // [sp-8h] [bp-98h]@83 | |
4954 //int *v42; // [sp-4h] [bp-94h]@83 | |
4955 GUIWindow v43; // [sp+Ch] [bp-84h]@137 | 4932 GUIWindow v43; // [sp+Ch] [bp-84h]@137 |
4956 //unsigned int pY; // [sp+60h] [bp-30h]@2 | |
4957 int v45; // [sp+64h] [bp-2Ch]@10 | 4933 int v45; // [sp+64h] [bp-2Ch]@10 |
4958 //unsigned int pX; // [sp+68h] [bp-28h]@2 | |
4959 //int v47; // [sp+6Ch] [bp-24h]@25 | |
4960 //POINT y; // [sp+70h] [bp-20h]@2 | |
4961 POINT a2; // [sp+78h] [bp-18h]@2 | 4934 POINT a2; // [sp+78h] [bp-18h]@2 |
4962 //Vec3_int_ pOut; // [sp+80h] [bp-10h]@2 | |
4963 unsigned int v51; // [sp+8Ch] [bp-4h]@23 | 4935 unsigned int v51; // [sp+8Ch] [bp-4h]@23 |
4964 | 4936 |
4965 if (no_rightlick_in_inventory) | 4937 if (no_rightlick_in_inventory) |
4966 return; | 4938 return; |
4967 | 4939 |