checkin of v1.50

This commit is contained in:
Chris Danford
2002-01-16 10:01:32 +00:00
parent 7f3a131195
commit 0add9e0bb3
66 changed files with 3425 additions and 1313 deletions
+2 -2
View File
@@ -5,9 +5,9 @@
//////////////////////////////////////////////////////////////////////
#include "HoldGhostArrow.h"
#include "ThemeManager.h"
const CString HOLD_GHOST_ARROW_SPRITE = "Sprites\\Hold Ghost Arrow.sprite";
const float HOLD_GHOST_ARROW_TWEEN_TIME = 0.5f;
@@ -20,7 +20,7 @@ HoldGhostArrow::HoldGhostArrow()
m_bWasSteppedOnLastFrame = false;
m_fHeatLevel = 0;
LoadFromSpriteFile( HOLD_GHOST_ARROW_SPRITE );
LoadFromSpriteFile( THEME->GetPathTo(GRAPHIC_HOLD_GHOST_ARROW) );
SetDiffuseColor( D3DXCOLOR(1,1,1,1) );
SetZoom( 1.1f );
}