[Scummvm-git-logs] scummvm master -> 76934b85b0a669d72694f455a890c2e76468b4bd
sluicebox
noreply at scummvm.org
Sat Jan 10 08:16:19 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
76934b85b0 HUGO: Fix HUGO3 DOS introduction flight path
Commit: 76934b85b0a669d72694f455a890c2e76468b4bd
https://github.com/scummvm/scummvm/commit/76934b85b0a669d72694f455a890c2e76468b4bd
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2026-01-10T00:15:24-08:00
Commit Message:
HUGO: Fix HUGO3 DOS introduction flight path
Changed paths:
engines/hugo/intro.cpp
diff --git a/engines/hugo/intro.cpp b/engines/hugo/intro.cpp
index 39155c57764..5f98342d712 100644
--- a/engines/hugo/intro.cpp
+++ b/engines/hugo/intro.cpp
@@ -455,7 +455,7 @@ bool intro_v3d::introPlay() {
return true;
if (_introTicks < getIntroSize()) {
- _font.drawString(&_surf, ".", _introX[_introTicks], _introY[_introTicks] - kDibOffY, 320, _TBRIGHTWHITE);
+ _surf.setPixel(_introX[_introTicks], _introY[_introTicks] - kDibOffY, _TBRIGHTWHITE);
_vm->_screen->displayBackground();
// Text boxes at various times
More information about the Scummvm-git-logs
mailing list