Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1783 for code/trunk/src/core


Ignore:
Timestamp:
Sep 15, 2008, 9:54:31 AM (16 years ago)
Author:
rgrieder
Message:
  • fixed F1 and F2 keys. F1 can now again be used to toggle the visibility of the debug overlay.
  • Tamed debug output in SpaceShip.cc a little bit.. (3 → 4)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/input/Button.cc

    r1755 r1783  
    220220        if (serious)
    221221        {
    222             COUT(2) << "Error while parsing binding for button/axis" << this->name_ << ". "
     222            COUT(2) << "Error while parsing binding for button/axis " << this->name_ << ". "
    223223                << message << std::endl;
    224224        }
    225225        else
    226226        {
    227             COUT(3) << "Warning while parsing binding for button/axis" << this->name_ << ". "
     227            COUT(3) << "Warning while parsing binding for button/axis " << this->name_ << ". "
    228228                << message << std::endl;
    229229        }
Note: See TracChangeset for help on using the changeset viewer.