merge FileData and ResourceData.
This commit is contained in:
parent
d2cb44b1bf
commit
fe106d9bfe
38 changed files with 77 additions and 118 deletions
|
|
@ -403,7 +403,7 @@ void player_t::SetLogNumber (int num)
|
|||
}
|
||||
|
||||
auto lump = fileSystem.ReadFile(lumpnum);
|
||||
SetLogText (lump.GetString());
|
||||
SetLogText (lump.string());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue