- renamed FileRdr back to FileReader.
This commit is contained in:
parent
0be1ed252b
commit
b939836846
91 changed files with 479 additions and 477 deletions
|
|
@ -54,7 +54,7 @@ bool FPlayList::ChangeList (const char *path)
|
|||
{
|
||||
FString playlistdir;
|
||||
FString song;
|
||||
FileRdr fr;
|
||||
FileReader fr;
|
||||
bool first;
|
||||
bool pls;
|
||||
int i;
|
||||
|
|
@ -133,7 +133,7 @@ bool FPlayList::ChangeList (const char *path)
|
|||
return Songs.Size() != 0;
|
||||
}
|
||||
|
||||
FString FPlayList::NextLine (FileRdr &file)
|
||||
FString FPlayList::NextLine (FileReader &file)
|
||||
{
|
||||
char buffer[512];
|
||||
char *skipper;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue