1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Update BACKTRACE_TOKEN in Crash.cpp for upcoming release

This commit is contained in:
Michał Janiszewski
2025-09-04 21:42:01 +02:00
committed by GitHub
parent 77012410a9
commit 08fb007c33

View File

@@ -56,7 +56,7 @@ static const wchar_t* _wszCommitSha1Short = WSZ("");
static const wchar_t* _wszArchitecture = WSZ(OPENRCT2_ARCHITECTURE);
static std::map<std::wstring, std::wstring> _uploadFiles;
#define BACKTRACE_TOKEN "04d8cfb780c59ed8dcb87311d9d04a2d82a012571dd3be7ece9b205944afa65a"
#define BACKTRACE_TOKEN "03ef82f2423418e09421e7758ee960d699f02146056e27c4e7eab5d08eb7d675"
using namespace OpenRCT2;