| 865 | } |
| 866 | |
| 867 | void Level::SetScriptParams(const ScriptParamMap& spm) { |
| 868 | sp_.SetParameterMap(spm); |
| 869 | } |
| 870 | |
| 871 | const std::string& Level::GetPath(const std::string& key) const { |
| 872 | StringMap::const_iterator iter = level_script_paths.find(key); |
no test coverage detected