game: small fixes

This commit is contained in:
nillerusr
2022-06-04 23:08:40 +03:00
parent 432a6b2297
commit ac956a9b4f
5 changed files with 26 additions and 8 deletions
+3
View File
@@ -217,6 +217,9 @@ static void WaitForDebuggerConnect( int argc, char *argv[], int time )
int main( int argc, char *argv[] )
{
void *launcher = dlopen( "bin/liblauncher" DLL_EXT_STRING, RTLD_NOW );
if ( !launcher )
fprintf( stderr, "%s\nFailed to load the launcher\n", dlerror() );
if( !launcher )
launcher = dlopen( "bin/launcher" DLL_EXT_STRING, RTLD_NOW );