MCPcopy Create free account
hub / github.com/diasurgical/devilution / InitMultiView

Function InitMultiView

Source/player.cpp:950–958  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

948}
949
950void InitMultiView()
951{
952 if ((DWORD)myplr >= MAX_PLRS) {
953 app_fatal("InitPlayer: illegal player %d", myplr);
954 }
955
956 ViewX = plr[myplr].WorldX;
957 ViewY = plr[myplr].WorldY;
958}
959
960void CheckEFlag(int pnum, BOOL flag)
961{

Callers 1

LoadGameLevelFunction · 0.85

Calls 1

app_fatalFunction · 0.85

Tested by

no test coverage detected