- Fixed: FWadCollection::MergeLumps() did not initialize the flags for any

marker lumps it inserted.
- Fixes to placate GCC.



SVN r963 (trunk)
This commit is contained in:
Randy Heit 2008-05-11 03:02:33 +00:00
commit 8ffd79eeca
5 changed files with 69 additions and 69 deletions

View file

@ -153,7 +153,7 @@ FString FPlayList::NextLine (FILE *file)
void FPlayList::Shuffle ()
{
unsigned int numsongs = Songs.Size();
int i;
unsigned int i;
for (i = 0; i < numsongs; ++i)
{