mirror of
https://github.com/td512/re3.git
synced 2026-01-26 23:11:41 +00:00
AnimViewer!
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
|
||||
static RwBool DefaultVideoMode = TRUE;
|
||||
|
||||
bool TurnOnAnimViewer = false;
|
||||
|
||||
//RsGlobalType RsGlobal;
|
||||
RsGlobalType &RsGlobal = *(RsGlobalType*)0x8F4360;
|
||||
|
||||
@@ -144,7 +146,14 @@ rsPreInitCommandLine(RwChar *arg)
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
#ifndef MASTER
|
||||
if (!strcmp(arg, RWSTRING("-animviewer")))
|
||||
{
|
||||
TurnOnAnimViewer = TRUE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
#endif
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user