Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 23, 2010, 4:38:41 PM (14 years ago)
Author:
scheusso
Message:

changed synchronisation of worldsound state (1 instead of 4 bytes)
fix in Synchronisable::unregisterVariable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network2/src/orxonox/sound/BaseSound.cc

    r6417 r6457  
    248248        else // No source acquired so far, but might be set to playing or paused
    249249        {
    250             State state = this->state_; // save
     250            State state = static_cast<State>(this->state_); // save
    251251            if (this->isPlaying() || this->isPaused())
    252252                doPlay();
Note: See TracChangeset for help on using the changeset viewer.