From a52de03324bf07891be4ff4e161668ed59a78d6e Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Fri, 11 Mar 2005 15:30:28 +0000 Subject: Renamed variables in the MPEG animation classes to better conform with ScummVM standard. It seems the 8-bit version of the code had decayed slightly, but I believe it's working again now. svn-id: r17081 --- sword1/screen.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sword1/screen.h') diff --git a/sword1/screen.h b/sword1/screen.h index 72f382ed3b..2392039680 100644 --- a/sword1/screen.h +++ b/sword1/screen.h @@ -95,8 +95,6 @@ public: void plotYUV(byte *lut, int width, int height, byte *const *dat); #endif - - private: // for router debugging void drawLine(uint16 x1, uint16 y1, uint16 x2, uint16 y2); -- cgit v1.2.3