Skip to content

Commit

Permalink
GMSTool:
Browse files Browse the repository at this point in the history
 * Fix build
  • Loading branch information
DronCode committed Nov 21, 2020
1 parent 88d5afa commit d1fc993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/GMSInfo/source/GMS/GMS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ namespace ReGlacier
return importTablesOk || propertiesOk || excludedAnimsOk || weaponsHandlesOk;
}

bool GMS::isc(const char* buffer, size_t bufferSize)
bool GMS::LoadImportTable(const char* buffer, size_t bufferSize)
{
if (*(int*)buffer > bufferSize) {
return false;
Expand Down

0 comments on commit d1fc993

Please sign in to comment.