From c61e68d783592c044ae906d684f4be84d6e2309a Mon Sep 17 00:00:00 2001 From: Paul Date: Wed, 18 Apr 2001 19:32:26 +0000 Subject: [PATCH] --- source/player/player.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/player/player.h b/source/player/player.h index 93a2aee44..0ba024840 100644 --- a/source/player/player.h +++ b/source/player/player.h @@ -266,6 +266,7 @@ private: }; public: void giveGlasses() {m_glassesFlag=true;} + int isWearingGlasses() {return m_glassesFlag;} void giveSqueakyBoots() {m_squeakyBootsTimer=SQUEAKY_BOOTS_TIME;} void giveInvinvibilityRing() {m_invinvibilityRingTimer=INVINCIBILITY_RING_TIME;} void giveDivingHelmet() {m_divingHelmet=true;}