Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 10, 2011, 5:46:32 PM (13 years ago)
Author:
landauf
Message:

fixed some warnings, added vs to ignore list

Location:
code/branches/output
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/output

    • Property svn:ignore
      •  

        old new  
        11build
        22codeblocks
         3vs
        34dependencies
  • code/branches/output/src/orxonox/infos/GametypeInfo.cc

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