ELEC2645 (2018/19) / Mbed 2 deprecated el17m2h_public

Dependencies:   mbed

Revision:
23:9be87557b89a
Parent:
22:0d2ac98a8b48
Child:
24:67dc71a8f009
--- a/Floors/Floors.cpp	Mon May 06 11:21:39 2019 +0000
+++ b/Floors/Floors.cpp	Wed May 08 08:46:11 2019 +0000
@@ -25,7 +25,6 @@
 // when they leave the screen they will re-appear in random x-coordinate so that 10 floors are always on screen
  //rectangle (1-82 & 9 - 48 )
     _doodler_pos_y = doodler_pos_y;
-    
     if (_position.y > 45 ){ 
     _position.y = 9;   
     _position.x = 1 + (rand()% 70);