diff options
Diffstat (limited to 'src/objects')
| -rw-r--r-- | src/objects/obj_control.cpp | 1 | ||||
| -rw-r--r-- | src/objects/obj_hoi.cpp | 4 | 
2 files changed, 0 insertions, 5 deletions
diff --git a/src/objects/obj_control.cpp b/src/objects/obj_control.cpp index 2e63331..5f8778c 100644 --- a/src/objects/obj_control.cpp +++ b/src/objects/obj_control.cpp @@ -12,7 +12,6 @@ EVENT(create){  }  EVENT(step){ -	// static double yd=0;  	x++;  	y+=yd;  	yd+=(double)rand()/RAND_MAX*2-y/240; diff --git a/src/objects/obj_hoi.cpp b/src/objects/obj_hoi.cpp index 314b734..a1ef2ff 100644 --- a/src/objects/obj_hoi.cpp +++ b/src/objects/obj_hoi.cpp @@ -6,7 +6,3 @@ EVENT(create){  EVENT(step){  	x++;  } - -/*EVENT(draw){ -	draw_text(x,y,"yay!"); -}*/  | 
