diff options
| author | Luke Bratch <l_bratch@yahoo.co.uk> | 2010-12-03 14:38:47 +0000 | 
|---|---|---|
| committer | Luke Bratch <l_bratch@yahoo.co.uk> | 2010-12-03 14:38:47 +0000 | 
| commit | a7c7438ad24fcb4d5edc1fba6fa96a36e0f1b713 (patch) | |
| tree | 4736b3d19eeed0f26d918eeb994e8be569777e15 /Level.cpp | |
| parent | e06ab2415b39fdffe3cc86939b45a464ad4dc541 (diff) | |
Remove some test/debugging code
Diffstat (limited to 'Level.cpp')
| -rw-r--r-- | Level.cpp | 8 | 
1 files changed, 0 insertions, 8 deletions
| @@ -13,14 +13,6 @@ Level::Level() {  }  void Level::changeLevel(int levelNo) { -    std::cout << "Level::changeLevel(): Loading level " << levelNo << ".\n"; - -    // Creating some objects for fun/demonstration purposes -    Monster monster1; -    Pickup pickup1; -    Hazard hazard1; -    Platform platform1; -      // Load background image      if (!(background = loadImage("space.png")))          std::cout << "Level::changeLevel: Error loading background image.\n"; | 
