64-bit frame counts, so we don't get confused when frame counts

pass 2^31 (takes about 13 hours)
This commit is contained in:
Glenn Maynard
2004-01-19 22:21:02 +00:00
parent a711474757
commit 040bba5a8c
4 changed files with 43 additions and 39 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ void RageSoundManager::StopMixing( RageSoundBase *snd )
}
}
int RageSoundManager::GetPosition( const RageSoundBase *snd ) const
int64_t RageSoundManager::GetPosition( const RageSoundBase *snd ) const
{
return driver->GetPosition(snd);
}