SCI: Rename sciEvent to SciEvent

svn-id: r49960
This commit is contained in:
Max Horn 2010-06-17 23:11:12 +00:00
parent 8e07a1e167
commit a2bcf9ac31
5 changed files with 13 additions and 13 deletions

View file

@ -41,7 +41,7 @@ namespace Sci {
reg_t kGetEvent(EngineState *s, int argc, reg_t *argv) {
int mask = argv[0].toUint16();
reg_t obj = argv[1];
sciEvent curEvent;
SciEvent curEvent;
int oldx, oldy;
int modifier_mask = getSciVersion() <= SCI_VERSION_01 ? SCI_KEYMOD_ALL : SCI_KEYMOD_NO_FOOLOCK;
SegManager *segMan = s->_segMan;