Home
last modified time | relevance | path

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

/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/game/
H A Dgame_settings.h536 void setTilesetCRC(uint32 value) { tilesetCRC = value; } in setTilesetCRC() function
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/network/
H A Dserver_interface.cpp2681 serverGameSettings->setTilesetCRC(gameSettings.getTilesetCRC()); in validateGameSettings()
2712 serverGameSettings->setTilesetCRC(gameSettings.getTilesetCRC()); in setGameSettings()
H A Dnetwork_message.cpp817 gameSettings->setTilesetCRC(data.tilesetCRC); in buildGameSettings()
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/menu/
H A Dmenu_state_custom_game.cpp3788 gameSettings->setTilesetCRC(lastCheckedCRCTilesetValue); in loadGameSettings()
H A Dmenu_state_connected_game.cpp2402 gameSettings->setTilesetCRC(lastCheckedCRCTilesetValue); in loadGameSettings()