aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
authorVincent Hamm2002-05-20 16:02:29 +0000
committerVincent Hamm2002-05-20 16:02:29 +0000
commit1db4ae7c2f233c1825a9b4719134b39942cd23e3 (patch)
tree644d983e1c8564763b0cde11015fcefaf661212b /scumm.h
parent3da77a05900e51d9ad3f1051b18c2b4d46b631a5 (diff)
downloadscummvm-rg350-1db4ae7c2f233c1825a9b4719134b39942cd23e3.tar.gz
scummvm-rg350-1db4ae7c2f233c1825a9b4719134b39942cd23e3.tar.bz2
scummvm-rg350-1db4ae7c2f233c1825a9b4719134b39942cd23e3.zip
Temp removal of the actor walk script execution to fix dig's walking
svn-id: r4364
Diffstat (limited to 'scumm.h')
-rw-r--r--scumm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm.h b/scumm.h
index d70fa35a10..287a482f7d 100644
--- a/scumm.h
+++ b/scumm.h
@@ -72,7 +72,7 @@ enum {
ssRunning = 2
};
-extern const uint16 many_direction_tab[18];
+extern const int16 many_direction_tab[18];
extern const int16 many_direction_tab_2[16];
extern const int bit_table[16];