Skip to content

Commit

Permalink
HOPKINS: Remove setModeVesa()
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Jan 4, 2013
1 parent e43ddb0 commit ccef9fb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions engines/hopkins/graphics.cpp
Expand Up @@ -2018,8 +2018,4 @@ void GraphicsManager::drawVerticalLine(byte *surface, int xp, int yp, int height
}
}

void GraphicsManager::setModeVesa() {
setGraphicalMode(640, 480);
}

} // End of namespace Hopkins
1 change: 0 additions & 1 deletion engines/hopkins/graphics.h
Expand Up @@ -173,7 +173,6 @@ class GraphicsManager {
void Reduc_Ecran(const byte *srcSruface, byte *destSurface, int xp, int yp, int width, int height, int zoom);
void drawHorizontalLine(byte *surface, int xp, int yp, unsigned int width, byte col);
void drawVerticalLine(byte *surface, int xp, int yp, int height, byte col);
void setModeVesa();
};

} // End of namespace Hopkins
Expand Down
1 change: 0 additions & 1 deletion engines/hopkins/hopkins.cpp
Expand Up @@ -3511,7 +3511,6 @@ bool HopkinsEngine::runWin95full() {
_globals.PERSO_TYPE = 0;
_globals.iRegul = 0;
_graphicsManager._lineNbr = SCREEN_WIDTH;
_graphicsManager.setModeVesa();
if (_globals._exitId == -1)
error("FIN BASE SOUS MARINE");
break;
Expand Down

0 comments on commit ccef9fb

Please sign in to comment.