[Scummvm-git-logs] scummvm master -> a640e6b48991c027c3974607d025b16c054354f1
lephilousophe
noreply at scummvm.org
Fri May 27 15:04:50 UTC 2022
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:
a640e6b489 TINSEL: Fix int32 discrepancy
Commit: a640e6b48991c027c3974607d025b16c054354f1
https://github.com/scummvm/scummvm/commit/a640e6b48991c027c3974607d025b16c054354f1
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2022-05-27T17:04:26+02:00
Commit Message:
TINSEL: Fix int32 discrepancy
Changed paths:
engines/tinsel/noir/notebook.cpp
diff --git a/engines/tinsel/noir/notebook.cpp b/engines/tinsel/noir/notebook.cpp
index 8d66982abab..c6789c3ca71 100644
--- a/engines/tinsel/noir/notebook.cpp
+++ b/engines/tinsel/noir/notebook.cpp
@@ -248,7 +248,7 @@ void Notebook::stepAnimScripts() {
}
}
-int Notebook::GetPointedClue(const Common::Point &point) const {
+int32 Notebook::GetPointedClue(const Common::Point &point) const {
if (_currentPage == 0 || _currentPage > _numPages) {
return 0;
}
More information about the Scummvm-git-logs
mailing list