Little things

back 1

other little change, join 2 in 1
This commit is contained in:
latot
2016-01-09 20:44:02 -03:00
parent 2fc296a1fb
commit 53ac6d98d8
6 changed files with 15 additions and 14 deletions
+1 -2
View File
@@ -814,8 +814,7 @@ void ISOFileSystem::DoState(PointerWrap &p)
bool hasFile = of.file != NULL;
p.Do(hasFile);
if (hasFile) {
std::string path = "";
path = EntryFullPath(of.file);
std::string path = EntryFullPath(of.file);
p.Do(path);
}
}