More false key cancels removed
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@996 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
Changes towards version 0.3:
|
Changes towards version 0.3:
|
||||||
|
- Fixed some more false key cancels, addressing 378 again - Michael
|
||||||
- Added "gestalt mode" for acceleration cancels; fixes #381 - Michael
|
- Added "gestalt mode" for acceleration cancels; fixes #381 - Michael
|
||||||
- Fixed some "false key cancels" in the input system, addressing bugs
|
- Fixed some "false key cancels" in the input system, addressing bugs
|
||||||
#378 and #379 -Michael
|
#378 and #379 -Michael
|
||||||
|
|||||||
@@ -2049,7 +2049,7 @@ HailAlien (void)
|
|||||||
|
|
||||||
LastActivity |= CHECK_LOAD; /* prevent spurious input */
|
LastActivity |= CHECK_LOAD; /* prevent spurious input */
|
||||||
(*CommData.init_encounter_func) ();
|
(*CommData.init_encounter_func) ();
|
||||||
DoInput ((PVOID)&ES, TRUE);
|
DoInput ((PVOID)&ES, FALSE);
|
||||||
if (!(GLOBAL (CurrentActivity) & (CHECK_ABORT | CHECK_LOAD)))
|
if (!(GLOBAL (CurrentActivity) & (CHECK_ABORT | CHECK_LOAD)))
|
||||||
(*CommData.uninit_encounter_func) ();
|
(*CommData.uninit_encounter_func) ();
|
||||||
|
|
||||||
|
|||||||
@@ -175,7 +175,7 @@ InitShips (void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
FlushInput ();
|
// FlushInput ();
|
||||||
|
|
||||||
return (num_ships);
|
return (num_ships);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1922,7 +1922,7 @@ ExploreSolarSys (void)
|
|||||||
SolarSysState.GenFunc = GenerateIP (CurStarDescPtr->Index);
|
SolarSysState.GenFunc = GenerateIP (CurStarDescPtr->Index);
|
||||||
|
|
||||||
InitSolarSys ();
|
InitSolarSys ();
|
||||||
DoInput ((PVOID)&SolarSysState.MenuState, TRUE);
|
DoInput ((PVOID)&SolarSysState.MenuState, FALSE);
|
||||||
UninitSolarSys ();
|
UninitSolarSys ();
|
||||||
pSolarSysState = 0;
|
pSolarSysState = 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user