summaryrefslogtreecommitdiff
path: root/common/light.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/light.h')
-rw-r--r--common/light.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/light.h b/common/light.h
index da1cdb6..65a63f7 100644
--- a/common/light.h
+++ b/common/light.h
@@ -118,9 +118,9 @@ protected:
char m_strName[81];
bool m_bEnabled;
- GLuint m_nList;
- static GLuint m_nSphereList;
- static GLuint m_nTargetList;
+ void DrawCone();
+ void DrawTarget();
+ void DrawSphere();
// Temporary parameters
float m_fPos[4];