From 535bf66251a4f8f702aeea113c9ae5351679c62b Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 19 Jun 2001 16:46:36 +0000 Subject: [PATCH] --- source/game/gameslot.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/game/gameslot.h b/source/game/gameslot.h index 141f0f0a6..bcad9c383 100644 --- a/source/game/gameslot.h +++ b/source/game/gameslot.h @@ -121,6 +121,7 @@ public: ASSERT(_level==NUM_LEVELS_WITH_SPATULAS); ASSERT(_token<=128); m_kelpTokenCollectedFlags[_chapter][_token>>3]|=1<<(_token&7); + m_kelpTokensHeld++; } int isKelpTokenUncollected(unsigned int _chapter,unsigned int _level,unsigned int _token) {