Allow for effects on the Z axis.

This commit is contained in:
Glenn Maynard
2003-07-09 00:49:05 +00:00
parent 5a14717245
commit 1921765e9e
3 changed files with 33 additions and 12 deletions
+5
View File
@@ -235,3 +235,8 @@ float ArrowGetBrightness( PlayerNumber pn, float fNoteBeat )
return fBrightness;
}
float ArrowGetZPos( PlayerNumber pn, int iCol, float fYPos )
{
return 0;
}