Mercurial > mm7
comparison mm7_1.cpp @ 248:37dcbe8f3cca
Dialogue stuff
author | Nomad |
---|---|
date | Mon, 18 Feb 2013 07:11:43 +0200 |
parents | bb9e946cbcbf |
children | 0a37a56e9f02 2d6dda2e0405 |
comparison
equal
deleted
inserted
replaced
247:fb8a876f41e1 | 248:37dcbe8f3cca |
---|---|
3699 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor) | 3699 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor) |
3700 uRestUI_FoodRequiredToRest = pOutdoor->GetNumFoodRequiredToRestInCurrentPos( | 3700 uRestUI_FoodRequiredToRest = pOutdoor->GetNumFoodRequiredToRestInCurrentPos( |
3701 pParty->vPosition.x, | 3701 pParty->vPosition.x, |
3702 pParty->vPosition.y, | 3702 pParty->vPosition.y, |
3703 pParty->vPosition.z); | 3703 pParty->vPosition.z); |
3704 if ( sub_476387() ) | 3704 if ( PartyHasDragon() ) |
3705 { | 3705 { |
3706 v0 = pParty->pPlayers;//[0].uClass; | 3706 v0 = pParty->pPlayers;//[0].uClass; |
3707 while ( v0 <= &pParty->pPlayers[3] ) | 3707 while ( v0 <= &pParty->pPlayers[3] ) |
3708 { | 3708 { |
3709 ++v0; | 3709 ++v0; |