Skip to content

Commit

Permalink
Updated PGE-FL
Browse files Browse the repository at this point in the history
  • Loading branch information
Wohlstand committed Jul 18, 2024
1 parent 3152eaf commit e9f0d95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Maintainer/files/episode_box.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ bool EpisodeBox_level::open(QString filePath)
PGE_FileFormats_misc::TextFileInput file;
if(file.open(fPath))
{
PGESTRING firstLine = file.read(8);
PGESTRING firstLine;
file.read(firstLine, 8);
file.close();
if(firstLine.startsWith("SMBXFile"))
{
Expand Down

0 comments on commit e9f0d95

Please sign in to comment.