Still missing is the support screen (functionally identical to the
credit screen)
This also fixes a long standing issue with the menu code where it would
some times return the index and some times the value of the selected
menu item. It now always returns the index and reciver must look up the
value.
strncpy(selgame_Description,"Normal Difficulty\nThis is where a starting character should begin the quest to defeat Diablo.",sizeof(selgame_Description)-1);
strncpy(selgame_Description,"Normal Difficulty\nThis is where a starting character should begin the quest to defeat Diablo.",sizeof(selgame_Description)-1);
strncpy(selgame_Description,"Normal Speed\nThis is where a starting character should begin the quest to defeat Diablo.",sizeof(selgame_Description)-1);
strncpy(selgame_Description,"Normal Speed\nThis is where a starting character should begin the quest to defeat Diablo.",sizeof(selgame_Description)-1);
strncpy(selgame_Description,"Fast Speed\nThe denizens of the Labyrinth have been hastened and will prove to be a greater challenge. This is recommended for experienced characters only.",sizeof(selgame_Description)-1);
strncpy(selgame_Description,"Fast Speed\nThe denizens of the Labyrinth have been hastened and will prove to be a greater challenge. This is recommended for experienced characters only.",sizeof(selgame_Description)-1);
strncpy(selgame_Description,"Faster Speed\nMost monsters of the dungeon will seek you out quicker than ever before. Only an experienced champion should try their luck at this speed.",sizeof(selgame_Description)-1);
strncpy(selgame_Description,"Faster Speed\nMost monsters of the dungeon will seek you out quicker than ever before. Only an experienced champion should try their luck at this speed.",sizeof(selgame_Description)-1);
strncpy(selgame_Description,"Fastest Speed\nThe minions of the underworld will rush to attack without hesitation. Only a true speed demon should enter at this pace.",sizeof(selgame_Description)-1);
strncpy(selgame_Description,"Fastest Speed\nThe minions of the underworld will rush to attack without hesitation. Only a true speed demon should enter at this pace.",sizeof(selgame_Description)-1);
UiSelOkDialog(NULL,"The Rogue and Sorcerer are only available in the full retail version of Diablo. Visit https://www.gog.com/game/diablo to purchase.",false);
UiSelOkDialog(NULL,"The Rogue and Sorcerer are only available in the full retail version of Diablo. Visit https://www.gog.com/game/diablo to purchase.",false);