Home
last modified time | relevance | path

Searched refs:setMapCRC (Results 1 – 5 of 5) sorted by relevance

/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/game/
H A Dgame_settings.h535 void setMapCRC(uint32 value) { mapCRC = value; } in setMapCRC() function
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/network/
H A Dserver_interface.cpp2674 serverGameSettings->setMapCRC(checksum.getSum()); in validateGameSettings()
2704 serverGameSettings->setMapCRC(gameSettings.getMapCRC()); in setGameSettings()
H A Dnetwork_message.cpp815 gameSettings->setMapCRC(data.mapCRC); in buildGameSettings()
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/menu/
H A Dmenu_state_custom_game.cpp3850 gameSettings->setMapCRC(lastCheckedCRCMapValue); in loadGameSettings()
H A Dmenu_state_connected_game.cpp2446 gameSettings->setMapCRC(lastCheckedCRCMapValue); in loadGameSettings()