mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-11 21:21:57 -04:00
Restore Warning screen for Release Builds WIP
This commit is contained in:
+17
-1
@@ -480,7 +480,13 @@ void dScnLogo_c::warningInDraw() {
|
||||
|
||||
if (mTimer == 0) {
|
||||
mExecCommand = EXEC_WARNING_DISP;
|
||||
|
||||
#if TARGET_PC && TEMP_DEBUG_TEST
|
||||
mTimer = 30;
|
||||
#else
|
||||
mTimer = 3510;
|
||||
#endif
|
||||
|
||||
field_0x20e = 30;
|
||||
field_0x210 = field_0x20e;
|
||||
field_0x212 = 1;
|
||||
@@ -547,7 +553,13 @@ void dScnLogo_c::nintendoOutDraw() {
|
||||
|
||||
if (mTimer == 0) {
|
||||
mExecCommand = EXEC_DOLBY_IN;
|
||||
|
||||
#if TARGET_PC && TEMP_DEBUG_TEST
|
||||
mTimer = 30;
|
||||
#else
|
||||
mTimer = 90;
|
||||
#endif
|
||||
|
||||
mDoGph_gInf_c::startFadeIn(30);
|
||||
}
|
||||
}
|
||||
@@ -1104,10 +1116,14 @@ int dScnLogo_c::create() {
|
||||
checkProgSelect();
|
||||
if (field_0x20a != 0) {
|
||||
mExecCommand = EXEC_PROG_IN;
|
||||
#if TARGET_PC && TEMP_DEBUG_TEST
|
||||
mTimer = 1;
|
||||
#else
|
||||
mTimer = 30;
|
||||
#endif
|
||||
field_0x218 = getProgressiveMode();
|
||||
} else {
|
||||
#if TARGET_PC
|
||||
#if TARGET_PC && TEMP_DEBUG_TEST
|
||||
mTimer = 0; // Possibly unnecessary but just in case
|
||||
mExecCommand = EXEC_DVD_WAIT;
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user