oops, forgot to reset state

git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@29 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
Dylan Smith 2005-04-28 20:40:56 +00:00
parent 44521c251f
commit 23a66cd503

View File

@ -458,6 +458,7 @@
{
if(trackBuffer[i].buf && trackBuffer[i].buf == trackBuffer[i].bufEnd)
{
[track[i] resetState];
[track[i] release];
track[i]=nil;
trackBuffer[i].buf=NULL;