In
int32_t MpqHandler_c::OpenMpq(const std::string &filename)
the first line needs to be made windows compatible
std::string mpq_path(search_dir_ + "/" + filename);
"/" -> "\\" on windows
Original issue reported on code.google.com by joor...@gmx.de on 9 Jun 2010 at 6:44
Original issue reported on code.google.com by
joor...@gmx.de
on 9 Jun 2010 at 6:44