diff options
author | Filippos Karapetis | 2009-02-20 20:11:12 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-02-20 20:11:12 +0000 |
commit | ac716ad843e386e69a2c865556a4af6e693f9530 (patch) | |
tree | 282c31b2ec3c602ddc2f5d59e2cdfada6e740af6 /engines/sci/gfx | |
parent | 208016649999ae89a2bba1f382f4f9fdbdd519b2 (diff) | |
download | scummvm-rg350-ac716ad843e386e69a2c865556a4af6e693f9530.tar.gz scummvm-rg350-ac716ad843e386e69a2c865556a4af6e693f9530.tar.bz2 scummvm-rg350-ac716ad843e386e69a2c865556a4af6e693f9530.zip |
Started conversion of debug messages and debug levels to the ScummVM equivalents. Removed the "stubs" and "warnings" debug levels and replaced such kinds of messages with normal warnings
svn-id: r38617
Diffstat (limited to 'engines/sci/gfx')
-rw-r--r-- | engines/sci/gfx/resource/sci_pic_0.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/gfx/resource/sci_pic_0.cpp b/engines/sci/gfx/resource/sci_pic_0.cpp index a14f705727..ccb8790578 100644 --- a/engines/sci/gfx/resource/sci_pic_0.cpp +++ b/engines/sci/gfx/resource/sci_pic_0.cpp @@ -132,7 +132,7 @@ gfxr_init_static_palette() { gfx_sci0_pic_colors[i].b = INTERCOL(gfx_sci0_image_colors[sci0_palette][i & 0xf].b, gfx_sci0_image_colors[sci0_palette][i >> 4].b); } - //WARNING("Uncomment me after fixing sci0_palette changes to reset me"); + //warning("Uncomment me after fixing sci0_palette changes to reset me"); /* _gfxr_pic0_colors_initialized = 1; */ } } @@ -1873,7 +1873,7 @@ gfxr_draw_pic01(gfxr_pic_t *pic, int flags, int default_palette, int size, case PIC_OP_TERMINATE: p0printf("Terminator\n"); - /* WARNING( "ARTIFACT REMOVAL CODE is commented out!") */ + /* warning( "ARTIFACT REMOVAL CODE is commented out!") */ /* _gfxr_vismap_remove_artifacts(); */ return; |