[Scummvm-git-logs] scummvm master -> 1780c7896d488195cf6485a72933932152035003
sev-
sev at scummvm.org
Tue May 5 21:16:16 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
1780c7896d WINTERMUTE: Fix AmigaOS build
Commit: 1780c7896d488195cf6485a72933932152035003
https://github.com/scummvm/scummvm/commit/1780c7896d488195cf6485a72933932152035003
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-05-05T23:15:45+02:00
Commit Message:
WINTERMUTE: Fix AmigaOS build
Changed paths:
engines/wintermute/ext/wme_3fstatistics.h
diff --git a/engines/wintermute/ext/wme_3fstatistics.h b/engines/wintermute/ext/wme_3fstatistics.h
index 6ced2eb1f2..b4f7e16cf4 100644
--- a/engines/wintermute/ext/wme_3fstatistics.h
+++ b/engines/wintermute/ext/wme_3fstatistics.h
@@ -49,7 +49,7 @@ private:
Common::String _chapter;
Common::String _language;
Common::String _buildNum;
- int _repeat;
+ int32 _repeat;
};
} // End of namespace Wintermute
More information about the Scummvm-git-logs
mailing list