Changed the "internal" variable inside gfxr_pic_t to priorityTable (cause that's what it is), and changed its type to int * to avoid unneeded casts

svn-id: r39375
This commit is contained in:
Filippos Karapetis 2009-03-14 00:05:01 +00:00
parent f5129b7cb7
commit b78001f7ca
8 changed files with 20 additions and 22 deletions

View file

@ -1048,7 +1048,7 @@ reg_t kDrawPic(EngineState *s, int funct_nr, int argc, reg_t *argv) {
s->port = s->picture_port;
s->pic_priority_table = (int*)gfxop_get_pic_metainfo(s->gfx_state);
s->pic_priority_table = gfxop_get_pic_metainfo(s->gfx_state);
if (sci01_priority_table_flags & 0x2) {
if (s->pic_priority_table) {