Home » PLAYER'S HQ 1.13 » JA2 Complete Mods & Sequels » Stracciatella Project (Platform Independent JA2) » [Patch] allow quickload during enemy turns
[Patch] allow quickload during enemy turns[message #252451] Thu, 27 May 2010 23:14 Go to previous message
bbun is currently offline bbun

 
Messages:74
Registered:April 2004
Location: Amsterdam
Simply add this code
// always allow quickload?
if ( (InputEvent.usEvent == KEY_DOWN )
	&& ( InputEvent.usParam == 'l')
	&& ( InputEvent.usKeyState & ALT_DOWN ))
{
	LeaveTacticalScreen(GAME_SCREEN);
	DoQuickLoad();
}

right below the comment
// FIRST DO KEYS THAT ARE USED EVERYWHERE!

in "Build/Tactical/Turn_Based_Input.cc".

It may not be the cleanest solution, but it works perfectly.

Report message to a moderator

Corporal
 
Read Message
Read Message
Read Message
Previous Topic: Which version shall I use?
Next Topic: not getting resolution change
Goto Forum:
  


Current Time: Sun Jan 26 22:05:20 GMT+2 2025

Total time taken to generate the page: 0.00906 seconds