SCI: Rename sciEvent to SciEvent
svn-id: r49960
This commit is contained in:
parent
8e07a1e167
commit
a2bcf9ac31
5 changed files with 13 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue