From 138414b8369d6dea25655f84c9bd9bc76675705d Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 30 Aug 2009 15:08:27 +0000 Subject: Fixed a regression in the sound of the demos of LSL3 and LSL5 svn-id: r43825 --- engines/sci/engine/static_selectors.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') 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 -- cgit v1.2.3