SCI: added new SciGui32 class, Gfx class needs some work though and hopefully i didnt overlook some kernel function that is also used by sci32. now using plane left/top
svn-id: r47679
This commit is contained in:
parent
85517515a7
commit
a800855bf4
14 changed files with 614 additions and 215 deletions
|
@ -43,6 +43,7 @@
|
|||
#endif
|
||||
#include "sci/sound/drivers/mididriver.h"
|
||||
#include "sci/graphics/gui.h"
|
||||
#include "sci/graphics/gui32.h"
|
||||
#include "sci/graphics/cursor.h"
|
||||
|
||||
#include "sci/parser/vocabulary.h"
|
||||
|
@ -1112,7 +1113,7 @@ bool Console::cmdDrawRobot(int argc, const char **argv) {
|
|||
|
||||
uint16 resourceId = atoi(argv[1]);
|
||||
|
||||
_vm->_gamestate->_gui->drawRobot(resourceId);
|
||||
_vm->_gamestate->_gui32->drawRobot(resourceId);
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue