Remove unreachable code

This commit is contained in:
Mark
2023-12-09 14:52:26 +00:00
parent 034a6d6361
commit 7a0068535b
@@ -201,11 +201,6 @@ public class GameActivity extends SDLActivity {
alert_dialog.setCancelable(false);
alert_dialog.create().show();
}
} else {
// No game specified via the intent data or embed build is used.
// Load game archive only when needed.
needToCopyGameInArchive = embed;
gamePath = "";
}
Log.d("GameActivity", "new gamePath: " + gamePath);