323324325326327328329330
.getValue( GameSettings.INTEGER_SETTINGS_TYPE.REDRAW_FPS ); if(this.redrawer != null) { this.redrawer.terminate(); } this.redrawer = new RedrawJobImpl( this, this.getLevel(), FPS ); this.redrawer.addLevelStopListener( this ); }