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