MCPcopy Create free account
hub / github.com/crawl/crawl / _game_defined

Function _game_defined

crawl-ref/source/startup.cc:565–570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563}
564
565static bool _game_defined(const newgame_def& ng)
566{
567 return ng.type != NUM_GAME_TYPE
568 && ng.species != SP_UNKNOWN
569 && ng.job != JOB_UNKNOWN;
570}
571
572class UIStartupMenu : public Widget
573{

Callers 2

UIStartupMenuMethod · 0.85
on_showMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected