mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-10 16:19:59 +00:00
Revert "added partial VFS support - enough to read static data from any source"
This reverts commit fa3e9e7329
.
This commit is contained in:
parent
fa3e9e7329
commit
56c6833220
56 changed files with 608 additions and 4023 deletions
|
@ -31,7 +31,7 @@ Emote::Emote()
|
|||
void Emote::load(const std::string &file)
|
||||
{
|
||||
emotes.clear();
|
||||
VFSTextStdStreamIn in(file.c_str());
|
||||
std::ifstream in(file.c_str());
|
||||
std::string line;
|
||||
|
||||
while (std::getline(in, line))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue