Mercurial > mm7
comparison Outdoor.cpp @ 2044:28cb79ae2f6f
Time.h rename
author | Ritor1 |
---|---|
date | Thu, 28 Nov 2013 17:12:50 +0600 |
parents | 2ccf638342d6 |
children | b2a434d65344 |
comparison
equal
deleted
inserted
replaced
2043:2ccf638342d6 | 2044:28cb79ae2f6f |
---|---|
19 #include "ObjectList.h" | 19 #include "ObjectList.h" |
20 #include "Game.h" | 20 #include "Game.h" |
21 #include "Actor.h" | 21 #include "Actor.h" |
22 #include "Chest.h" | 22 #include "Chest.h" |
23 #include "stru123.h" | 23 #include "stru123.h" |
24 #include "Time.h" | 24 #include "Timer.h" |
25 #include "Viewport.h" | 25 #include "Viewport.h" |
26 #include "Events.h" | 26 #include "Events.h" |
27 #include "ParticleEngine.h" | 27 #include "ParticleEngine.h" |
28 #include "TurnEngine.h" | 28 #include "TurnEngine.h" |
29 | 29 |
3924 || pParty->pPlayers[pParty->pPartyBuffs[PARTY_BUFF_FLY].uCaster - 1].sMana > 0 )//*(int *)&pParty->pArtifactsFound[6972 * pParty->pPartyBuffs[PARTY_BUFF_FLY].uCaster + 10] > 0 ) | 3924 || pParty->pPlayers[pParty->pPartyBuffs[PARTY_BUFF_FLY].uCaster - 1].sMana > 0 )//*(int *)&pParty->pArtifactsFound[6972 * pParty->pPartyBuffs[PARTY_BUFF_FLY].uCaster + 10] > 0 ) |
3925 { | 3925 { |
3926 pZ -= 30; | 3926 pZ -= 30; |
3927 v113 -= 30; | 3927 v113 -= 30; |
3928 pParty->uFallSpeed = 0; | 3928 pParty->uFallSpeed = 0; |
3929 //pParty->uFallSpeed = 0; | |
3930 pParty->bFlying = true; | 3929 pParty->bFlying = true; |
3931 pModel = (BSPModel *)1; | 3930 pModel = (BSPModel *)1; |
3932 if ( pZ <= v111 ) | 3931 if ( pZ <= v111 ) |
3933 { | 3932 { |
3934 pParty->bFlying = false; | 3933 pParty->bFlying = false; |