From 0361ad99d9016c0430226fd9705ee10c05bce77c Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 31 Oct 2005 04:03:16 +0000 Subject: [PATCH] update comment --- stepmania/src/Screen.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/Screen.h b/stepmania/src/Screen.h index 158fda1d9e..6f6a2b903e 100644 --- a/stepmania/src/Screen.h +++ b/stepmania/src/Screen.h @@ -39,8 +39,8 @@ public: Screen( CString sName ); // enforce that all screens have m_sName filled in virtual ~Screen(); - /* This is called immediately after construction, to allow initializing after all derived classes - * exist. */ + /* This is called immediately after construction, to allow initializing after all + * derived classes exist. (Don't call it directly; use InitScreen.) */ virtual void Init(); /* This is called immediately before the screen is used. */