From 36f6b0e20fba97d6e1bf6ca4d78aafcb7c8977d6 Mon Sep 17 00:00:00 2001 From: Oliver Kiehl Date: Thu, 29 May 2003 15:02:36 +0000 Subject: should be uint16** and not uint16* svn-id: r8103 --- sky/logic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sky/logic.cpp b/sky/logic.cpp index ef662b21ce..dd9ef4f6cb 100644 --- a/sky/logic.cpp +++ b/sky/logic.cpp @@ -1239,7 +1239,7 @@ bool SkyLogic::fnGetTo(uint32 targetPlaceId, uint32 mode, uint32 c) { bool SkyLogic::fnSetToStand(uint32 a, uint32 b, uint32 c) { _compact->mood = 1; // high level stood still - uint16 *p = (uint16 *)SkyCompact::getCompactElem(_compact, C_STAND_UP + uint16 *p = *(uint16 **)SkyCompact::getCompactElem(_compact, C_STAND_UP + _compact->extCompact->megaSet + _compact->extCompact->dir * 4); _compact->offset = *p++; // get frames offset -- cgit v1.2.3