ASYLUM: First testes displaying Main Menu background image with still wrong palette.

git-svn-id: http://asylumengine.googlecode.com/svn/trunk@25 0bfb4aae-4ea4-11de-8d8d-752d95cf3e3c
This commit is contained in:
Alexandre Fontoura 2009-06-06 23:23:04 +00:00 committed by Eugene Sandulenko
parent 9e7d8f1dc6
commit a179512aca
No known key found for this signature in database
GPG key ID: 014D387312D34F08
12 changed files with 131 additions and 18 deletions

View file

@ -43,6 +43,7 @@ AsylumEngine::AsylumEngine(OSystem *system, Common::Language language)
AsylumEngine::~AsylumEngine() {
//Common::clearAllDebugChannels();
delete _menu;
delete _screen;
}
@ -79,11 +80,11 @@ Common::Error AsylumEngine::go() {
res->load(1);
res->dump();
GraphicResource *gres = new GraphicResource( res->getResource(1) );
gres->dump();
//GraphicResource *gres = new GraphicResource( res->getResource(1) );
//gres->dump();
delete res;
delete gres;
//delete gres;
_menu->init();