more work on Battle

This commit is contained in:
Chris Danford
2003-02-25 02:51:04 +00:00
parent 5f15c92404
commit 1fca3d67c5
17 changed files with 171 additions and 120 deletions
+2 -1
View File
@@ -115,7 +115,8 @@ void GameState::ResetMusicStatistics()
m_bPastHereWeGo = false;
for( int p=0; p<NUM_PLAYERS; p++ )
m_Inventory[p].Reset();
for( int s=0; s<NUM_ITEM_SLOTS; s++ )
m_iItems[p][s] = ITEM_NONE;
}
void GameState::UpdateSongPosition(float fPositionSeconds)