summaryrefslogtreecommitdiffstats
path: root/source/blocks/BlockStairs.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/blocks/BlockStairs.h')
-rw-r--r--source/blocks/BlockStairs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blocks/BlockStairs.h b/source/blocks/BlockStairs.h
index b6898f8e1..4e06a6e3f 100644
--- a/source/blocks/BlockStairs.h
+++ b/source/blocks/BlockStairs.h
@@ -18,5 +18,5 @@ public:
OnPlacedByPlayer(a_World, a_Player, a_X, a_Y, a_Z, a_Dir);
}
-
-}; \ No newline at end of file
+ //TODO: step sound
+};