PathControls.prototype.enableDemoMode = function() {
        this.transitionFromFlightMode();
        this.mode = this.modes.DEMO;
    };