MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / SyncNakrulRoom

Function SyncNakrulRoom

Source/objects.cpp:5010–5016  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5008}
5009
5010void SyncNakrulRoom()
5011{
5012 dPiece[UberRow][UberCol] = 297;
5013 dPiece[UberRow][UberCol - 1] = 300;
5014 dPiece[UberRow][UberCol - 2] = 299;
5015 dPiece[UberRow][UberCol + 1] = 298;
5016}
5017
5018} // namespace devilution

Callers 3

UpdateLeverStateFunction · 0.85
OnNakrulFunction · 0.85
LoadGameLevelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected