Replace 0 with undefined

This commit is contained in:
Olek 2018-10-14 18:31:03 +02:00 committed by GitHub
parent f010f07fa6
commit c421c8c139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,15 +140,15 @@ struct offsets
}
static constexpr uint32_t FireEvent()
{
return PlatformOffset(8, 0, 0);
return PlatformOffset(8, undefined, undefined);
}
static constexpr uint32_t FireEventClientSide()
{
return PlatformOffset(9, 0, 0);
return PlatformOffset(9, undefined, undefined);
}
static constexpr uint32_t AreRandomCritsEnabled()
{
return PlatformOffset(466, 0, 466);
return PlatformOffset(466, undefined, 466);
}
static constexpr uint32_t lastoutgoingcommand()
{