aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/trip6.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/trip6.h')
-rw-r--r--engines/avalanche/trip6.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/avalanche/trip6.h b/engines/avalanche/trip6.h
index 1c45037508..bbb47852bc 100644
--- a/engines/avalanche/trip6.h
+++ b/engines/avalanche/trip6.h
@@ -116,8 +116,8 @@ public:
void set_up_saver(trip_saver_type &v);
void unload_saver(trip_saver_type v);
- void savedata(/*untyped_file &f*/); /* Self-explanatory, */
- void loaddata(/*untyped_file &f*/); /* really. */
+ void savedata(Common::File &f); /* Self-explanatory, */
+ void loaddata(Common::File &f); /* really. */
void save_data_to_mem(uint16 &where);
void load_data_from_mem(uint16 &where);