135136137138139140141142143144145
this.simZ = simZeit; this.rand = new Random(this.pars.getSeed().longValue()); this.umgebung = new Umgebung(this.rand, this.pars, this.observer, this, plugs, aufnahme);
186187188189190191192193194195196
this.observer = obs; this.visObserver = visObs; this.rand = new Random(this.pars.getSeed().longValue()); this.umgebung = new Umgebung(this.rand, this.pars, this.observer, this, wandDyn, aufnahme);