This commit is contained in:
Charles 2001-03-08 21:51:22 +00:00
parent ba2307038c
commit 74b08969ef
2 changed files with 22 additions and 3 deletions

View file

@ -326,6 +326,8 @@ private:
public:
void setPlatform( CThing *newPlatform );
void clearPlatform();
int xHighRes;
int yHighRes;
private:
CThing *m_platform;
bool m_onPlatform;