diff options
Diffstat (limited to 'engines/dm/dm.h')
-rw-r--r-- | engines/dm/dm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dm/dm.h b/engines/dm/dm.h index 35a1f394c7..6127da0038 100644 --- a/engines/dm/dm.h +++ b/engines/dm/dm.h @@ -324,7 +324,7 @@ public: int16 _waitForInputMaxVerticalBlankCount; // @ G0318_i_WaitForInputMaximumVerticalBlankCount }; -bool readSaveGameHeader(Common::InSaveFile* in, SaveGameHeader* header); +bool readSaveGameHeader(Common::InSaveFile *in, SaveGameHeader *header); } // End of namespace DM |