mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-14 03:40:50 +00:00
- tabified MoveDude
# Conflicts: # source/games/blood/src/actor.cpp
This commit is contained in:
parent
8c01c363a9
commit
29c2e68270
1 changed files with 70 additions and 63 deletions
|
@ -5109,7 +5109,8 @@ void MoveDude(DBloodActor *actor)
|
|||
{
|
||||
#ifdef NOONE_EXTENSIONS
|
||||
// look for palette in data2 of marker. If value <= 0, use default ones.
|
||||
if (gModernMap) {
|
||||
if (gModernMap)
|
||||
{
|
||||
pPlayer->nWaterPal = 0;
|
||||
auto pUpper = getUpperLink(nSector);
|
||||
if (pUpper && pUpper->hasX()) pPlayer->nWaterPal = pUpper->x().data2;
|
||||
|
@ -5324,6 +5325,12 @@ void MoveDude(DBloodActor *actor)
|
|||
}
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
//
|
||||
//
|
||||
//
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
int MoveMissile(spritetype *pSprite)
|
||||
{
|
||||
int nXSprite = pSprite->extra;
|
||||
|
|
Loading…
Reference in a new issue