aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/spare.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge2/spare.cpp')
-rw-r--r--engines/cge2/spare.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/cge2/spare.cpp b/engines/cge2/spare.cpp
index 8382310e1b..76f0065196 100644
--- a/engines/cge2/spare.cpp
+++ b/engines/cge2/spare.cpp
@@ -29,8 +29,9 @@
namespace CGE2 {
-void Spare::synchronize() {
- warning("STUB: Spare::Load");
+void Spare::sync(Common::Serializer &s) {
+ for (int i = 0; i < _container.size(); i++)
+ _container[i]->sync(s);
}
void Spare::clear() {