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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user