Move ZSplash.CC to Zenith directory

This commit is contained in:
VoidNV 2020-07-21 13:20:00 -05:00
parent f8db8ca2b6
commit c56a61d0c1
3 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ U0 Tmp()
}
break;
case BOOT_SRC_DVD:
PopUpRunFile("::/ZSplash.CC");
PopUpRunFile("::/Zenith/ZSplash.CC");
"\nIf you answer 'No' you can play with\n"
"the live CD without installing.\n\n"
"Install onto hard drive ";
@ -41,7 +41,7 @@ U0 Tmp()
}
break;
case BOOT_SRC_HARDDRIVE:
PopUpRunFile("::/ZSplash.CC");
PopUpRunFile("::/Zenith/ZSplash.CC");
case BOOT_SRC_RAM:
"$$PURPLE$$$$TX+CX,\"Tip of the Day\"$$$$FG$$\n";
TipOfDay;

0
src/ZSplash.CC → src/Zenith/ZSplash.CC Executable file → Normal file
View file