1
0
mirror of https://github.com/td512/re3.git synced 2026-01-29 22:50:48 +00:00
Files
td512.re3/src/entities/Automobile.cpp
Nikolay Korolev cc731f4732 More replay stuff
2019-06-25 01:42:23 +03:00

5 lines
148 B
C++

#include "common.h"
#include "patcher.h"
#include "Automobile.h"
WRAPPER void CAutomobile::SetDoorDamage(int32, uint32, bool) { EAXJMP(0x530200); }