mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
14 lines
213 B
C++
14 lines
213 B
C++
#include "multi_emulator.h"
|
|
|
|
int GenerateSetti(void *pDest)
|
|
{
|
|
auto pTicket = (int *)pDest;
|
|
|
|
pTicket[0] = 0xD4CA7F7B;
|
|
pTicket[1] = 0xC7DB6023;
|
|
pTicket[2] = 0x6D6A2E1F;
|
|
pTicket[5] = 0xB4C43105;
|
|
|
|
return 768;
|
|
}
|