Fix #2248 (crash when taking screenshot). The assert was not appropriate
(avoiding the call to clearAllMessages would have been quite ugly).
This commit is contained in:
@@ -249,9 +249,6 @@ public:
|
||||
bool important=true,
|
||||
bool big_font=false) { }
|
||||
|
||||
/** Should not be called anymore. */
|
||||
virtual void clearAllMessages() {assert(false); }
|
||||
|
||||
void nextPhase();
|
||||
|
||||
/** Show no highscore */
|
||||
|
||||
Reference in New Issue
Block a user