diff options
author | Travis Howell | 2003-12-20 04:25:01 +0000 |
---|---|---|
committer | Travis Howell | 2003-12-20 04:25:01 +0000 |
commit | cc4716c8310e5d73d70ac8b4579c0bef9849853c (patch) | |
tree | d436c28cabf16a8a8ec508bc69347dfd33b0a770 /simon | |
parent | bcb5ea16b3cc06064104a302853f16e98974bb4c (diff) | |
download | scummvm-rg350-cc4716c8310e5d73d70ac8b4579c0bef9849853c.tar.gz scummvm-rg350-cc4716c8310e5d73d70ac8b4579c0bef9849853c.tar.bz2 scummvm-rg350-cc4716c8310e5d73d70ac8b4579c0bef9849853c.zip |
Remove warning.
svn-id: r11767
Diffstat (limited to 'simon')
-rw-r--r-- | simon/simon.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp index e84432b2be..4f3725110d 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -1735,7 +1735,6 @@ void SimonEngine::setup_hit_areas(FillOrCopyStruct *fcs, uint fcs_index) { ha->unk3 = 1; // Simon1 specific - warning("Updating inventory area"); _keep_arrows = 1; o_kill_sprite_simon1(0x80); start_vga_code(0, 1, 0x80, 0, 0, 0xE); |