Browse Source

revert disabling intro videos by default, works fine now

pull/8312/head
HoofedEar 4 months ago
parent
commit
8323f38c39
  1. 5
      Source/diablo.cpp

5
Source/diablo.cpp

@ -168,11 +168,8 @@ bool gbGameLoopStartup;
bool forceSpawn;
bool forceDiablo;
int sgnTimeoutCurs;
#ifdef __EMSCRIPTEN__
bool gbShowIntro = false; // Skip intro videos in browser for performance
#else
bool gbShowIntro = true;
#endif
/** To know if these things have been done when we get to the diablo_deinit() function */
bool was_archives_init = false;
/** To know if surfaces have been initialized or not */

Loading…
Cancel
Save