Qt splash code
Move the handling for the Qt interface's splash window into its own routine to unclutter the constructor for QtBind. Also, don't load nhsplash.xpm if OPTIONS=!splash has been specified.
This commit is contained in:
@@ -35,6 +35,7 @@ private:
|
||||
static NetHackQtMainWindow* main;
|
||||
|
||||
public:
|
||||
static void qt_Splash();
|
||||
static void qt_init_nhwindows(int* argc, char** argv);
|
||||
static void qt_player_selection();
|
||||
static void qt_askname();
|
||||
|
||||
Reference in New Issue
Block a user