mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2024-12-29 15:23:02 +05:00
Compilation fix
This commit is contained in:
parent
4653e4f00c
commit
a4bae15050
1 changed files with 1 additions and 1 deletions
|
@ -1358,7 +1358,7 @@ namespace Credits
|
||||||
|
|
||||||
constexpr char xvChar(const char ch)
|
constexpr char xvChar(const char ch)
|
||||||
{
|
{
|
||||||
constexpr uint8_t xv = __LINE__ & 0xFF;
|
constexpr uint8_t xv = 0x27;
|
||||||
return ch ^ xv;
|
return ch ^ xv;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue