فهرست منبع

block items can now be placed again

Kolja Strohm 2 سال پیش
والد
کامیت
6a8ddf48d6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      FactoryCraft/Block.cpp

+ 1 - 1
FactoryCraft/Block.cpp

@@ -290,7 +290,7 @@ BasicBlockItem::BasicBlockItem(
     int itemTypeId, int blockTypeId, const char* name)
     : Item(itemTypeId, name)
 {
-    blockTypeId = blockTypeId;
+    this->blockTypeId = blockTypeId;
     placeable = 1;
 }