allow registering more than one screen class in a file

This commit is contained in:
Glenn Maynard
2005-02-08 08:37:40 +00:00
parent 475238dc2d
commit 58510d151d
+1 -1
View File
@@ -18,7 +18,7 @@
public: \
Register##className() { SCREENMAN->Register(#className,Create##className); } \
}; \
static Register##className registera;
static Register##className register_##className;
class Screen : public ActorFrame
{