Render logo on MafiaC

This commit is contained in:
Vortrex
2022-09-22 05:19:13 -05:00
parent 024051b9f8
commit be476f5d9c

View File

@@ -23,9 +23,9 @@ function initLogoScript() {
// ===========================================================================
function loadLogoImage() {
if (getGame() == AGRP_GAME_MAFIA_ONE) {
return false;
}
//if (getGame() == AGRP_GAME_MAFIA_ONE) {
// return false;
//}
let logoStream = openFile(mainLogoPath);
let tempLogoImage = null;