HPL1: Remove graphics initialization from engine skeleton

This commit is contained in:
Eugene Sandulenko 2022-07-06 11:44:46 +02:00
parent 985d692483
commit bbe9e1395f
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -56,8 +56,7 @@ Common::String Hpl1Engine::getGameId() const {
Common::Error Hpl1Engine::run() {
hplMain("");
// Initialize 320x200 paletted graphics mode
initGraphics(320, 200);
_screen = new Graphics::Screen();
// Set the engine's debugger console