Mercurial > mm7
comparison mm7_3.cpp @ 619:574cc56e05e9
ParticleEngine crash in temple
author | Nomad |
---|---|
date | Fri, 08 Mar 2013 17:08:08 +0200 |
parents | 5cfb5dadf330 |
children | f6aeea3eb893 |
comparison
equal
deleted
inserted
replaced
618:5cfb5dadf330 | 619:574cc56e05e9 |
---|---|
11205 float v19; // eax@19 | 11205 float v19; // eax@19 |
11206 signed __int64 v20; // qtt@19 | 11206 signed __int64 v20; // qtt@19 |
11207 signed __int64 v21; // qtt@20 | 11207 signed __int64 v21; // qtt@20 |
11208 int v22; // edx@21 | 11208 int v22; // edx@21 |
11209 int v23; // eax@21 | 11209 int v23; // eax@21 |
11210 Particle_ local_0; // [sp+Ch] [bp-A0h]@3 | 11210 Particle_sw local_0; // [sp+Ch] [bp-A0h]@3 |
11211 double v25; // [sp+74h] [bp-38h]@19 | 11211 double v25; // [sp+74h] [bp-38h]@19 |
11212 unsigned int v26; // [sp+7Ch] [bp-30h]@1 | 11212 unsigned int v26; // [sp+7Ch] [bp-30h]@1 |
11213 int a2; // [sp+80h] [bp-2Ch]@5 | 11213 int a2; // [sp+80h] [bp-2Ch]@5 |
11214 int a3; // [sp+84h] [bp-28h]@5 | 11214 int a3; // [sp+84h] [bp-28h]@5 |
11215 int a1; // [sp+88h] [bp-24h]@5 | 11215 int a1; // [sp+88h] [bp-24h]@5 |
11330 } | 11330 } |
11331 else | 11331 else |
11332 { | 11332 { |
11333 memset(&local_0, 0, 0x68u); // fire, like at the Pit's tavern | 11333 memset(&local_0, 0, 0x68u); // fire, like at the Pit's tavern |
11334 v5 = (double)v2->vPosition.x; | 11334 v5 = (double)v2->vPosition.x; |
11335 local_0.bFree = 1036; | 11335 local_0.type = ParticleType_Bitmap | ParticleType_Rotating | ParticleType_8; |
11336 local_0.uDiffuse = 0xFF3C1Eu; | 11336 local_0.uDiffuse = 0xFF3C1E; |
11337 local_0.x = v5; | 11337 local_0.x = v5; |
11338 local_0.y = (double)v2->vPosition.y; | 11338 local_0.y = (double)v2->vPosition.y; |
11339 local_0.z = (double)v2->vPosition.z; | 11339 local_0.z = (double)v2->vPosition.z; |
11340 local_0.flt_10 = 0.0; | 11340 local_0.flt_10 = 0.0; |
11341 local_0.flt_14 = 0.0; | 11341 local_0.flt_14 = 0.0; |