diff options
Diffstat (limited to 'engines/fullpipe/inventory.h')
-rw-r--r-- | engines/fullpipe/inventory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/inventory.h b/engines/fullpipe/inventory.h index 6f6e349eea..e619f7d0e1 100644 --- a/engines/fullpipe/inventory.h +++ b/engines/fullpipe/inventory.h @@ -101,7 +101,7 @@ class Inventory2 : public Inventory { virtual ~Inventory2(); bool loadPartial(MfcArchive &file); - bool writePartial(Common::WriteStream *file); + bool savePartial(Common::WriteStream *file); void addItem(int itemId, int count); void addItem2(StaticANIObject *obj); void removeItem(int itemId, int count); |