diff options
author | Filippos Karapetis | 2009-08-30 15:08:27 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-08-30 15:08:27 +0000 |
commit | 138414b8369d6dea25655f84c9bd9bc76675705d (patch) | |
tree | 660f92e60e0fea9002aeb2c258e38c6c7aec1524 /engines/sci | |
parent | 3e543d2518ee7c6197db2a58721bcb70f0cbfb90 (diff) | |
download | scummvm-rg350-138414b8369d6dea25655f84c9bd9bc76675705d.tar.gz scummvm-rg350-138414b8369d6dea25655f84c9bd9bc76675705d.tar.bz2 scummvm-rg350-138414b8369d6dea25655f84c9bd9bc76675705d.zip |
Fixed a regression in the sound of the demos of LSL3 and LSL5
svn-id: r43825
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/engine/static_selectors.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/static_selectors.cpp b/engines/sci/engine/static_selectors.cpp index a26dd16b8f..07c8c9dc65 100644 --- a/engines/sci/engine/static_selectors.cpp +++ b/engines/sci/engine/static_selectors.cpp @@ -47,7 +47,7 @@ static const char * const selectorNamesFirstPart[] = { "color", "back", "mode", "style", "state", // 25 - 29 "font", "type", "window", "cursor", "max", // 30 - 34 "mark", "who", "message", "edit", "play", // 35 - 39 - "number", "nodePtr", "client", "dx", "dy", // 40 - 44 + "number", "handle", "client", "dx", "dy", // 40 - 44 "b-moveCnt", "b-i1", "b-i2", "b-di", "b-xAxis", // 45 - 49 "b-incr", "xStep", "yStep", "moveSpeed", "canBeHere", // 50 - 54 "heading", "mover", "doit", "isBlocked", "looper", // 55 - 59 |