From c758f93a9de30d19338a6d4fc9da795c2354e7dd Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 10 Nov 2008 18:10:35 +0000 Subject: added impulsesound worldspawn key --- src/model/map.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/model/map.cc') diff --git a/src/model/map.cc b/src/model/map.cc index 584240f..6f3ff9e 100644 --- a/src/model/map.cc +++ b/src/model/map.cc @@ -817,6 +817,9 @@ Model * Map::load(std::string const &name) if (mapfile.got_key_int("enginesound", u)) { model->model_enginesound = u; continue; + } else if (mapfile.got_key_int("impulsesound", u)) { + model->model_impulsesound = u; + continue; } else if (mapfile.got_key_color("enginecolor", model->model_enginecolor) ==0) { continue; } -- cgit v1.2.3