mirror of
https://github.com/halpz/re3.git
synced 2025-05-13 05:36:39 +03:00
added CCoronas
This commit is contained in:
parent
7eee450a69
commit
0476a41883
11 changed files with 782 additions and 4 deletions
|
@ -104,8 +104,6 @@ delayedPatches10(int a, int b)
|
|||
DebugMenuAddVarBool8("Debug", "Don't render Objects", (int8*)&gbDontRenderObjects, nil);
|
||||
DebugMenuAddVar("Debug", "Dbg Surface", &gDbgSurf, nil, 1, 0, 34, nil);
|
||||
|
||||
DebugMenuAddVar("Debug", "blur type", &TheCamera.m_BlurType, nil, 1, 0, 10, nil);
|
||||
|
||||
DebugMenuAddCmd("Debug", "Start Credits", CCredits::Start);
|
||||
DebugMenuAddCmd("Debug", "Stop Credits", CCredits::Stop);
|
||||
}
|
||||
|
@ -113,6 +111,7 @@ delayedPatches10(int a, int b)
|
|||
return RsEventHandler_orig(a, b);
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
patch()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue