diff options
Diffstat (limited to 'src/world/Block.hpp')
-rw-r--r-- | src/world/Block.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world/Block.hpp b/src/world/Block.hpp index 1a53868..50268f3 100644 --- a/src/world/Block.hpp +++ b/src/world/Block.hpp @@ -3,7 +3,7 @@ struct Block { Block(); - Block(unsigned short id, unsigned short state = 0, unsigned char light = 0); + Block(unsigned short id, unsigned short state); ~Block(); |