fix DifficultyIcon hiding when no song is selected

(Note that in general, actors should never SetHidden(false) on themselves,
since that will cause themed "hidden,1" commands to be overridden.)
This commit is contained in:
Glenn Maynard
2004-04-28 22:57:42 +00:00
parent c27418fbbf
commit 73271fa3d2
3 changed files with 12 additions and 2 deletions
-1
View File
@@ -17,7 +17,6 @@
#include "RandomSample.h"
#include "ScreenSelect.h"
#include "Sprite.h"
#include "DifficultyIcon.h"
#include "OptionsCursor.h"
class ScreenSelectDifficultyEX : public ScreenSelect