From b85e0c3e850b8995577aee9b066e15e66c60bad3 Mon Sep 17 00:00:00 2001 From: Mitchell Stokes Date: Wed, 29 Jun 2011 02:45:08 +0000 Subject: BGE Animations: Moving the BL_Action::IsDone() implementation from the header file to the source file. --- source/gameengine/Ketsji/BL_Action.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/gameengine/Ketsji/BL_Action.cpp') diff --git a/source/gameengine/Ketsji/BL_Action.cpp b/source/gameengine/Ketsji/BL_Action.cpp index 33e4e179071..dec34289bbb 100644 --- a/source/gameengine/Ketsji/BL_Action.cpp +++ b/source/gameengine/Ketsji/BL_Action.cpp @@ -189,6 +189,11 @@ void BL_Action::Stop() m_done = true; } +bool BL_Action::IsDone() +{ + return m_done; +} + void BL_Action::InitIPO() { // Initialize the IPO -- cgit v1.2.3