1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 23:04:36 +01:00

append salt bytes inside encoded data chunk

This commit is contained in:
Ted John
2016-07-11 19:09:16 +01:00
parent cf59929eaa
commit 81a597ab0d
3 changed files with 63 additions and 35 deletions

View File

@@ -32,6 +32,19 @@ namespace Guard
Console::Error::WriteLine(message);
}
#if DEBUG
Debug::Break();
#endif
assert(false);
}
void Fail(const char * message)
{
if (message != nullptr)
{
Console::Error::WriteLine(message);
}
#if DEBUG
Debug::Break();
#endif