Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 5, 2007, 7:49:35 PM (16 years ago)
Author:
nicolape
Message:

Added error message class in orxonxo core. One can call it with orxonox::Error(ErrorCode, ErrorMessage);

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/audio/AudioManager.cc

    r419 r420  
    1010                bgSound.display();
    1111               
     12                orxonox::Error("Sound loaded!");
     13
    1214                if(!bgSound.playback())
    1315                {
Note: See TracChangeset for help on using the changeset viewer.