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

Function DL2_NumNoChar

Source/drlg_l2.cpp:1034–1048  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1032}
1033
1034static int DL2_NumNoChar()
1035{
1036 int t, ii, jj;
1037
1038 t = 0;
1039 for (jj = 0; jj < DMAXY; jj++) {
1040 for (ii = 0; ii < DMAXX; ii++) {
1041 if (predungeon[ii][jj] == 32) {
1042 t++;
1043 }
1044 }
1045 }
1046
1047 return t;
1048}
1049
1050static void DL2_DrawRoom(int x1, int y1, int x2, int y2)
1051{

Callers 1

DL2_FillVoidsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected