From 55c67ef85705aefdfee36a90978b0a435cc5c432 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 13 Feb 2005 02:57:11 +0000 Subject: [PATCH] shorten (the extra stuff in this was out of date, anyway; best to keep the brief description simple enough that it doesn't easily become outdated) --- stepmania/src/ScreenMiniMenu.h | 2 +- stepmania/src/ScreenPrompt.h | 2 +- stepmania/src/ScreenTextEntry.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stepmania/src/ScreenMiniMenu.h b/stepmania/src/ScreenMiniMenu.h index 81703d433c..e1b1b88c7b 100644 --- a/stepmania/src/ScreenMiniMenu.h +++ b/stepmania/src/ScreenMiniMenu.h @@ -1,4 +1,4 @@ -/* ScreenMiniMenu - Displays a prompt over the top of another screen. Call SCREENMAN->AddScreenToTop( new ScreenMiniMenu(...) ); */ +/* ScreenMiniMenu - Displays a simple menu over the top of another screen. */ #ifndef SCREEN_MINI_MENU_H #define SCREEN_MINI_MENU_H diff --git a/stepmania/src/ScreenPrompt.h b/stepmania/src/ScreenPrompt.h index 4ed44ec7b5..679516d1cb 100644 --- a/stepmania/src/ScreenPrompt.h +++ b/stepmania/src/ScreenPrompt.h @@ -1,4 +1,4 @@ -/* ScreenPrompt - Displays a prompt on top of another screen. Use by calling SCREENMAN->AddScreenToTop( new ScreenPrompt(...) ); */ +/* ScreenPrompt - Displays a prompt on top of another screen. */ #ifndef SCREEN_PROMPT_H #define SCREEN_PROMPT_H diff --git a/stepmania/src/ScreenTextEntry.h b/stepmania/src/ScreenTextEntry.h index 8febd32c84..201d581389 100644 --- a/stepmania/src/ScreenTextEntry.h +++ b/stepmania/src/ScreenTextEntry.h @@ -1,4 +1,4 @@ -/* ScreenTextEntry - Displays a text entry box over the top of another screen. Must use by calling SCREENMAN->AddScreenToTop( new ScreenTextEntry(...) ); */ +/* ScreenTextEntry - Displays a text entry box over the top of another screen. */ #ifndef SCREEN_TEXT_ENTRY_H #define SCREEN_TEXT_ENTRY_H