Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 19, 2008, 11:53:31 PM (16 years ago)
Author:
landauf
Message:
  • some unsigned int conversions (except gamestatemanager)
  • small fix in Test
Location:
code/branches/objecthierarchy/src/orxonox/objects
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/orxonox/objects/Test.cc

    r1958 r1960  
    4646        Test::~Test()
    4747        {
    48                
     48
    4949        }
    5050
     
    6767          COUT(1) << "V1 changed: " << v1 << std::endl;
    6868        }
    69        
     69
    7070        void Test::checkV2(){
    71           COUT(1) << "V2 changed: " << v1 << std::endl;
     71          COUT(1) << "V2 changed: " << v2 << std::endl;
    7272        }
    73        
     73
    7474        void Test::checkV3(){
    75           COUT(1) << "V3 changed: " << v1 << std::endl;
     75          COUT(1) << "V3 changed: " << v3 << std::endl;
    7676        }
    77        
    78        
     77
     78
    7979}
  • code/branches/objecthierarchy/src/orxonox/objects/worldentities/PositionableEntity.cc

    r1947 r1960  
    4040
    4141        this->registerVariables();
    42 
    43         std::cout << "##### created pos-entity" << std::endl;
    4442    }
    4543
Note: See TracChangeset for help on using the changeset viewer.