[Scummvm-cvs-logs] scummvm master -> c211ec8c163480837ee75045436a20130180ebe6
lordhoto
lordhoto at gmail.com
Tue Dec 27 03:01:14 CET 2011
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:
c211ec8c16 KYRA: Remove unused/duplicated code.
Commit: c211ec8c163480837ee75045436a20130180ebe6
https://github.com/scummvm/scummvm/commit/c211ec8c163480837ee75045436a20130180ebe6
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2011-12-26T18:00:27-08:00
Commit Message:
KYRA: Remove unused/duplicated code.
Changed paths:
engines/kyra/script_eob.cpp
diff --git a/engines/kyra/script_eob.cpp b/engines/kyra/script_eob.cpp
index ffdb717..267966d 100644
--- a/engines/kyra/script_eob.cpp
+++ b/engines/kyra/script_eob.cpp
@@ -146,9 +146,6 @@ EoBInfProcessor::EoBInfProcessor(EoBCoreEngine *engine, Screen_EoB *screen) : _v
memset(_stack, 0, 30 * sizeof(int16));
_stackIndex = 0;
- memset(_subroutineStack, 0, sizeof(_subroutineStack));
- _subroutineStackPos = 0;
-
_activeCharacter = -1;
}
More information about the Scummvm-git-logs
mailing list