This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
Hero3
/
vcmi
mirror of
https://github.com/vcmi/vcmi.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
fixed boost::optional load, regression from https://github.com/vcmi/vcmi/pull/212
AlexVinS
9 năm trước cách đây
mục cha
4338fc4ffb
commit
2aa8c79a2c
1 tập tin đã thay đổi
với
1 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
1
0
lib/serializer/BinaryDeserializer.h
+ 1
- 0
lib/serializer/BinaryDeserializer.h
Xem Tập Tin
@@ -500,6 +500,7 @@ public:
{
T t;
load(t);
+ data = std::move(t);
}
else
{