@ -221,10 +221,11 @@ bool parseOptions (int argc, char** argv, OMW::Engine& engine, Files::Configurat
/*
/*
Start of tes3mp addition
Start of tes3mp addition
Check for unmodified tes3mp - credits file ; this makes it so people can ' t repackage official releases with
Check for unmodified tes3mp - credits file on Windows ; this makes it so people can ' t repackage official
their own made - up credits , though it obviously has no bearing on unofficial releases that change
releases with their own made - up credits , though it obviously has no bearing on unofficial releases that
the checksum below
change the checksum below
*/
*/
# ifdef _WIN32
boost : : filesystem : : path folderPath ( boost : : filesystem : : initial_path < boost : : filesystem : : path > ( ) ) ;
boost : : filesystem : : path folderPath ( boost : : filesystem : : initial_path < boost : : filesystem : : path > ( ) ) ;
folderPath = boost : : filesystem : : system_complete ( boost : : filesystem : : path ( argv [ 0 ] ) ) . remove_filename ( ) ;
folderPath = boost : : filesystem : : system_complete ( boost : : filesystem : : path ( argv [ 0 ] ) ) . remove_filename ( ) ;
std : : string creditsPath = folderPath . string ( ) + " /tes3mp-credits " ;
std : : string creditsPath = folderPath . string ( ) + " /tes3mp-credits " ;
@ -242,6 +243,7 @@ bool parseOptions (int argc, char** argv, OMW::Engine& engine, Files::Configurat
SDL_ShowSimpleMessageBox ( SDL_MESSAGEBOX_ERROR , " tes3mp " , TES3MP_CREDITS_ERROR , 0 ) ;
SDL_ShowSimpleMessageBox ( SDL_MESSAGEBOX_ERROR , " tes3mp " , TES3MP_CREDITS_ERROR , 0 ) ;
return false ;
return false ;
}
}
# endif
/*
/*
End of tes3mp addition
End of tes3mp addition
*/
*/