1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-02 19:56:13 +01:00

Update Crash.cpp

Update backtrace token for upcoming release
This commit is contained in:
Michał Janiszewski
2023-12-31 14:55:40 +01:00
committed by GitHub
parent bf1bb2d87c
commit bb449ef3cb

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 L"a844447f10ec0bebfaea32ca5ab20835901f89aef73f9919f1279d88c5633152"
# define BACKTRACE_TOKEN L"b509131b08be1ca7df7f8f83a92f3c7738f4899d8201d742001942af0ee19a52"
using namespace OpenRCT2;