[Scummvm-cvs-logs] scummvm master -> cda1a9402ac9d993cf58373d43af5a78981166fb
Strangerke
Strangerke at scummvm.org
Mon May 26 23:31:13 CEST 2014
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:
cda1a9402a MADS: Initialize a variable in ScreenDialog
Commit: cda1a9402ac9d993cf58373d43af5a78981166fb
https://github.com/scummvm/scummvm/commit/cda1a9402ac9d993cf58373d43af5a78981166fb
Author: Strangerke (strangerke at scummvm.org)
Date: 2014-05-26T23:29:42+02:00
Commit Message:
MADS: Initialize a variable in ScreenDialog
Changed paths:
engines/mads/nebular/dialogs_nebular.cpp
diff --git a/engines/mads/nebular/dialogs_nebular.cpp b/engines/mads/nebular/dialogs_nebular.cpp
index a4a7694..337cac8 100644
--- a/engines/mads/nebular/dialogs_nebular.cpp
+++ b/engines/mads/nebular/dialogs_nebular.cpp
@@ -484,6 +484,7 @@ ScreenDialog::ScreenDialog(MADSEngine *vm) : _vm(vm),
_selectedLine = 0;
_dirFlag = false;
_textLineCount = 0;
+ _screenId = 920;
game.loadQuoteSet(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16,
17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33,
More information about the Scummvm-git-logs
mailing list