mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
Do as the debug build does instead of "checking for CDROM"
A bit of a hack to allow removal of dead CDROM code. If the game can't find the movies, you have bigger problems to worry about
This commit is contained in:
committed by
majcosta
parent
916893ff66
commit
d9836f806e
@@ -644,12 +644,7 @@ void StartPlayingIntroFlic( EGameVideos iIndexOfFlicToPlay )
|
||||
{
|
||||
if(!s_VP.isValid())
|
||||
{
|
||||
//do a check
|
||||
#ifdef JA2BETAVERSION
|
||||
PrepareToExitIntroScreen();
|
||||
#else
|
||||
DoScreenIndependantMessageBox( gzIntroScreen[INTRO_TXT__CANT_FIND_INTRO], MSG_BOX_FLAG_OK, CDromEjectionErrorMessageBoxCallBack );
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user