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

Function _init_player

crawl-ref/source/ng-setup.cc:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35#define MIN_START_STAT 3
36
37static void _init_player()
38{
39 you = player();
40 dlua.callfn("dgn_clear_persistant_data", "");
41}
42
43// Make sure no stats are unacceptably low
44// (currently possible only for GhBe - 1KB)

Callers 1

_setup_genericFunction · 0.85

Calls 2

playerClass · 0.70
callfnMethod · 0.45

Tested by

no test coverage detected