Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 28, 2011, 5:36:50 PM (13 years ago)
Author:
rgrieder
Message:

Fixed MSVC build and a warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/src/orxonox/infos/GametypeInfo.cc

    r8637 r8639  
    196196        this->startCountdown_ = countdown;
    197197        // Set the counter to the ceiling of the current countdown.
    198         this->counter_ = ceil(countdown);
     198        this->counter_ = std::ceil(countdown);
    199199        this->changedCountdownCounter();
    200200    }
Note: See TracChangeset for help on using the changeset viewer.