[Scummvm-cvs-logs] CVS: scummvm scumm.h,1.172,1.173

Max Horn fingolfin at users.sourceforge.net
Tue Jul 2 13:16:41 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv4733

Modified Files:
	scumm.h 
Log Message:
removed akos_findManyDirection, bit_table and many_direction_tab_2; no need to export many_direction_tab

Index: scumm.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm.h,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -d -r1.172 -r1.173
--- scumm.h	27 Jun 2002 10:40:37 -0000	1.172
+++ scumm.h	2 Jul 2002 20:14:49 -0000	1.173
@@ -72,10 +72,6 @@
 	ssRunning = 2
 };
 
-extern const int16 many_direction_tab[18];
-extern const int16 many_direction_tab_2[16];
-extern const int bit_table[16];
-
 struct ScummPoint {
 	int x,y;
 };
@@ -1024,8 +1020,6 @@
 	void akos_decodeData(Actor *a, int frame, uint usemask);
 	int akos_frameToAnim(Actor *a, int frame);
 	bool akos_hasManyDirections(Actor *a);
-	int akos_findManyDirection(int16 ManyDirection, uint16 facing);
-
 
 
 	/* Should be in Graphics class? */





More information about the Scummvm-git-logs mailing list