Changes needed in various ports due to globals changes.
This commit is contained in:
@@ -38,7 +38,7 @@ unsigned char shift;
|
||||
{
|
||||
boolean opening_dialog;
|
||||
|
||||
opening_dialog = pl_character[0] ? FALSE : TRUE;
|
||||
opening_dialog = g.pl_character[0] ? FALSE : TRUE;
|
||||
switch (scancode) {
|
||||
#ifdef SIMULATE_CURSOR
|
||||
case 0x3d: /* F3 = toggle cursor type */
|
||||
|
||||
Reference in New Issue
Block a user