This commit is contained in:
Glenn Maynard
2003-06-30 05:22:31 +00:00
parent 30f20fb1fd
commit 8d61b729f0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -38,4 +38,4 @@ inline bool HitGuardRailTop( Actor* pActor ) { return pActor->GetY() < GetGuar
inline bool HitGuardRailBottom(Actor* pActor ) { return pActor->GetY() > GetGuardRailBottom(pActor); }
#endif
#endif
+1 -1
View File
@@ -84,4 +84,4 @@ void ActorScroller::DrawPrimitives()
for( unsigned i=0; i<m_vActors.size(); i++ )
if( !IsOffScreen(m_vActors[i]) )
m_vActors[i]->Draw();
}
}