summaryrefslogtreecommitdiff
path: root/src/objects/obj_hoi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/objects/obj_hoi.cpp')
-rw-r--r--src/objects/obj_hoi.cpp4
1 files changed, 0 insertions, 4 deletions
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!");
-}*/