no message

This commit is contained in:
Chris Danford
2002-06-27 17:49:10 +00:00
parent eaa6be3a71
commit cf9b808ea3
37 changed files with 551 additions and 285 deletions
+6 -1
View File
@@ -1,10 +1,11 @@
/*
-----------------------------------------------------------------------------
File: ScreenSelectStyle.h
Class: ScreenSelectStyle
Desc: Select the game mode (single, versus, double).
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
Chris Danford
-----------------------------------------------------------------------------
*/
@@ -46,6 +47,10 @@ private:
Sprite m_sprPreview;
Sprite m_sprInfo;
// Sprites that are never drawn. They exist to keep the style textures in memory
Sprite m_sprDummyPreview[NUM_STYLES];
Sprite m_sprDummyInfo[NUM_STYLES];
RandomSample m_soundChange;
RandomSample m_soundSelect;