From 1d5e1930d0f67b3e66821f1dd9094f6a4a019d31 Mon Sep 17 00:00:00 2001 From: Misha <106913236+MishaProductions@users.noreply.github.com> Date: Sat, 16 Dec 2023 07:45:59 -0500 Subject: [PATCH] Update animstate.cpp --- LEGO1/animstate.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/LEGO1/animstate.cpp b/LEGO1/animstate.cpp index 1d94432a..1a08890b 100644 --- a/LEGO1/animstate.cpp +++ b/LEGO1/animstate.cpp @@ -17,16 +17,16 @@ AnimState::~AnimState() // TODO } -// STUB: LEGO1 0x100654f0 -MxBool AnimState::SetFlag() -{ - // TODO - return FALSE; -} - // STUB: LEGO1 0x100652d0 MxResult AnimState::VTable0x1c(LegoFileStream* p_legoFileStream) { // TODO return FAILURE; } + +// STUB: LEGO1 0x100654f0 +MxBool AnimState::SetFlag() +{ + // TODO + return FALSE; +}