This commit is contained in:
Charles 2001-03-21 20:00:22 +00:00
parent e0ba80202e
commit a067d6d551
10 changed files with 17 additions and 19 deletions

View file

@ -37,7 +37,7 @@
class CLevelExitTrigger : public CTriggerThing
{
public:
#ifdef __USER_art__
#if defined (__USER_art__) || defined (__USER_sbart__)
virtual void render();
#endif
void setExitPosition(int _x,int _y,int _w,int _h);