[Scummvm-git-logs] scummvm master -> 138894d3715a1eb55cd2e83e3f7e1f01c643b327
AndywinXp
noreply at scummvm.org
Wed Jun 18 21:30:31 UTC 2025
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:
138894d371 LASTEXPRESS: Fix debugger init state
Commit: 138894d3715a1eb55cd2e83e3f7e1f01c643b327
https://github.com/scummvm/scummvm/commit/138894d3715a1eb55cd2e83e3f7e1f01c643b327
Author: AndywinXp (andywinxp at gmail.com)
Date: 2025-06-18T23:30:24+02:00
Commit Message:
LASTEXPRESS: Fix debugger init state
Changed paths:
engines/lastexpress/debug.cpp
diff --git a/engines/lastexpress/debug.cpp b/engines/lastexpress/debug.cpp
index 56dca1b6e2a..96d69840d0e 100644
--- a/engines/lastexpress/debug.cpp
+++ b/engines/lastexpress/debug.cpp
@@ -47,7 +47,7 @@ typedef struct ImGuiState {
LastExpressEngine *_engine = nullptr;
ImGuiTextFilter _filter;
int _currentTab = 0;
- int _selectedCharacter = -1;
+ int _selectedCharacter = 0;
bool _forceReturnToListView = false;
float _rightPanelWidth = 0.0f;
float _bottomPanelHeight = 0.0f;
More information about the Scummvm-git-logs
mailing list