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

Method swapLE

Source/multi.cpp:78–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76};
77
78void GameData::swapLE()
79{
80 size = SDL_SwapLE32(size);
81 dwSeed = SDL_SwapLE32(dwSeed);
82 programid = SDL_SwapLE32(programid);
83}
84
85namespace {
86

Callers 4

HandleEventsFunction · 0.80
InitSingleFunction · 0.80
recv_decryptedMethod · 0.80
selgame_Password_SelectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected