skimmer shadow

This commit is contained in:
majestic 2020-11-30 23:52:35 -08:00
parent 5a3a058ed3
commit cd23695116
1 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@
#include "AnimBlendAssociation.h"
#include "RpAnimBlend.h"
#include "Record.h"
#include "Shadows.h"
//--MIAMI: file done
@ -1006,7 +1007,7 @@ CBoat::PreRender(void)
if(atomic)
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 ||
GetModelIndex() == MI_SQUALO || GetModelIndex() == MI_MARQUIS){
if(m_aBoatNodes[BOAT_RUDDER]){