aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.h
diff options
context:
space:
mode:
authorMax Horn2003-05-25 11:53:42 +0000
committerMax Horn2003-05-25 11:53:42 +0000
commite827a569d2cb7936bd01b349e788fabd5c244f41 (patch)
tree09ae2a368a436e5f72318115545ce3b41a373819 /scumm/actor.h
parent6bcf19b62d537945adcbf9069904942e0e13d913 (diff)
downloadscummvm-rg350-e827a569d2cb7936bd01b349e788fabd5c244f41.tar.gz
scummvm-rg350-e827a569d2cb7936bd01b349e788fabd5c244f41.tar.bz2
scummvm-rg350-e827a569d2cb7936bd01b349e788fabd5c244f41.zip
some sane default values for speedx/speedy (shouldn't matter, though, as script usually set those early)
svn-id: r7938
Diffstat (limited to 'scumm/actor.h')
-rw-r--r--scumm/actor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/actor.h b/scumm/actor.h
index 123bb1f557..fc8aad6be4 100644
--- a/scumm/actor.h
+++ b/scumm/actor.h
@@ -119,7 +119,8 @@ public:
number = 0;
needRedraw = needBgReset = costumeNeedsInit = visible = false;
flip = false;
- speedx = speedy = 0;
+ speedx = 8;
+ speedy = 2;
frame = 0;
walkbox = 0;
animProgress = 0;