From ab9b9a1bf362e68f5f6a69462ef2b7c146e6e08f Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Tue, 19 Jun 2007 11:50:22 +0000 Subject: Cleanup, could cause regressions. svn-id: r27547 --- engines/agos/script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/agos/script.cpp') diff --git a/engines/agos/script.cpp b/engines/agos/script.cpp index 4541f3d002..d083e0251b 100644 --- a/engines/agos/script.cpp +++ b/engines/agos/script.cpp @@ -1000,7 +1000,7 @@ void AGOSEngine::sendSync(uint a) { _lockWord &= ~0x8000; } -void AGOSEngine::stopAnimate(uint a) { +void AGOSEngine::stopAnimate(uint16 a) { uint16 b = to16Wrapper(a); _lockWord |= 0x8000; _vcPtr = (byte *)&b; -- cgit v1.2.3