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

Function SyncDropEar

Source/msg.cpp:1098–1106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1096}
1097
1098int SyncDropEar(Point position, const TEar &ear)
1099{
1100 return SyncDropEar(
1101 position,
1102 SDL_SwapLE16(ear.wCI),
1103 SDL_SwapLE32(ear.dwSeed),
1104 ear.bCursval,
1105 ear.heroname);
1106}
1107
1108int SyncDropItem(const TCmdGItem &message)
1109{

Callers 1

SyncDropItemFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected