mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Rename namespace EQEmu to namespace EQ (so we don't have two similar but different namespaces anymore)
This commit is contained in:
+1
-1
@@ -403,7 +403,7 @@ bool Map::LoadV2(FILE *f) {
|
||||
|
||||
std::vector<char> buffer;
|
||||
buffer.resize(buffer_size);
|
||||
uint32 v = EQEmu::InflateData(&data[0], data_size, &buffer[0], buffer_size);
|
||||
uint32 v = EQ::InflateData(&data[0], data_size, &buffer[0], buffer_size);
|
||||
|
||||
char *buf = &buffer[0];
|
||||
uint32 vert_count;
|
||||
|
||||
Reference in New Issue
Block a user