From 19b093145042207bb36dcd6055d8a2f47da1b9db Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Tue, 10 May 2005 05:34:50 +0000 Subject: Rename opcode svn-id: r18024 --- scumm/intern.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scumm/intern.h') diff --git a/scumm/intern.h b/scumm/intern.h index 56be6123c4..9d95e08c23 100644 --- a/scumm/intern.h +++ b/scumm/intern.h @@ -985,8 +985,8 @@ protected: void loadImgSpot(int resId, int state, int16 &x, int16 &y); void loadWizCursor(int resId); - void unknownE0(int x1, int y1, int x, int unk1, int unk2, int type, int id); - void unknownE0Helper(int x, int y, int flags); + void drawLine(int x1, int y1, int x, int unk1, int unk2, int type, int id); + void drawPixel(int x, int y, int flags); /* HE version 80 script opcodes */ void o80_loadSBNG(); @@ -1000,7 +1000,7 @@ protected: void o80_setState(); void o80_drawBox(); void o80_drawWizPolygon(); - void o80_unknownE0(); + void o80_drawLine(); void o80_pickVarRandom(); void o80_getResourceSize(); }; @@ -1286,7 +1286,7 @@ protected: void o100_dim2dimArray(); void o100_redim2dimArray(); void o100_dimArray(); - void o100_unknownE0(); + void o100_drawLine(); void o100_drawObject(); void o100_setSpriteGroupInfo(); void o100_resourceRoutines(); -- cgit v1.2.3