- 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:
parent
6f7c6e4dac
commit
8ffd79eeca
5 changed files with 69 additions and 69 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue