add Tiny (the same effect as the old Mini)

make calories less generous
This commit is contained in:
Chris Danford
2006-04-05 02:59:16 +00:00
parent 5ae5fdaefc
commit 74ecf45379
6 changed files with 34 additions and 6 deletions
+1
View File
@@ -453,6 +453,7 @@ void NoteField::DrawPrimitives()
float fDrawScale = 1;
fDrawScale *= 1 + 0.5f * fabsf( current_po.m_fPerspectiveTilt );
fDrawScale *= 1 + fabsf( current_po.m_fEffects[PlayerOptions::EFFECT_TINY] );
iFirstPixelToDraw = (int)(iFirstPixelToDraw * fDrawScale);
iLastPixelToDraw = (int)(iLastPixelToDraw * fDrawScale);