Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 2, 2019, 1:38:57 PM (5 years ago)
Author:
pomselj
Message:

new, better camera

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBlox.cc

    r12328 r12329  
    165165
    166166        // Set variable to temporarily force the player to spawn.
    167         bool temp = this->bForceSpawn_;
    168         this->bForceSpawn_ = true;
     167        this->bForceSpawn_ = false;
    169168
    170169        // Call start for the parent class.
    171170        Deathmatch::start();
    172171
    173         // Reset the variable.
    174         this->bForceSpawn_ = temp;
    175172    }
    176173
Note: See TracChangeset for help on using the changeset viewer.