From b55b20c79d0f865b996f4e50cf1d4bea57faab77 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 2 Jul 2002 20:14:49 +0000 Subject: removed akos_findManyDirection, bit_table and many_direction_tab_2; no need to export many_direction_tab svn-id: r4448 --- scumm.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'scumm.h') diff --git a/scumm.h b/scumm.h index 4e9a8299a4..a4c5f072cb 100644 --- a/scumm.h +++ b/scumm.h @@ -72,10 +72,6 @@ enum { 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 @@ public: 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? */ -- cgit v1.2.3