mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-10 20:29:15 +00:00
skimmer shadow
This commit is contained in:
parent
5a3a058ed3
commit
cd23695116
|
@ -26,6 +26,7 @@
|
||||||
#include "AnimBlendAssociation.h"
|
#include "AnimBlendAssociation.h"
|
||||||
#include "RpAnimBlend.h"
|
#include "RpAnimBlend.h"
|
||||||
#include "Record.h"
|
#include "Record.h"
|
||||||
|
#include "Shadows.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
//--MIAMI: file done
|
||||||
|
|
||||||
|
@ -1006,7 +1007,7 @@ CBoat::PreRender(void)
|
||||||
if(atomic)
|
if(atomic)
|
||||||
SetComponentAtomicAlpha(atomic, Max(150-alpha, 0));
|
SetComponentAtomicAlpha(atomic, Max(150-alpha, 0));
|
||||||
}
|
}
|
||||||
//CShadows::StoreShadowForVehicle(this);
|
CShadows::StoreShadowForVehicle(this, VEH_SHD_TYPE_SEAPLANE);
|
||||||
}else if(GetModelIndex() == MI_COASTG || GetModelIndex() == MI_DINGHY || GetModelIndex() == MI_RIO ||
|
}else if(GetModelIndex() == MI_COASTG || GetModelIndex() == MI_DINGHY || GetModelIndex() == MI_RIO ||
|
||||||
GetModelIndex() == MI_SQUALO || GetModelIndex() == MI_MARQUIS){
|
GetModelIndex() == MI_SQUALO || GetModelIndex() == MI_MARQUIS){
|
||||||
if(m_aBoatNodes[BOAT_RUDDER]){
|
if(m_aBoatNodes[BOAT_RUDDER]){
|
||||||
|
|
Loading…
Reference in a new issue