diff options
-rw-r--r-- | engines/cge2/snail.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/cge2/snail.cpp b/engines/cge2/snail.cpp index 5c152f4af1..1361c64469 100644 --- a/engines/cge2/snail.cpp +++ b/engines/cge2/snail.cpp @@ -629,10 +629,9 @@ void CGE2Engine::snFlag(int ref, int val) { warning("STUB: CGE2Engine::snFlag()"); } -void CGE2Engine::snSetRef(Sprite *spr, int val) { // TODO:: Recheck this! +void CGE2Engine::snSetRef(Sprite *spr, int val) { if (spr) { spr->_ref = val; - _spare->update(spr); } } |