Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 83217 | Differences between
and this patch

Collapse All | Expand All

(-)/root/orig-crawl-source/acr.cc (-1 / +1 lines)
Lines 1394-1400 Link Here
1394
        break;
1394
        break;
1395
1395
1396
    case CONTROL('O'):
1396
    case CONTROL('O'):
1397
    case '0':
1397
//    case '0':
1398
    case CMD_EXPLORE:
1398
    case CMD_EXPLORE:
1399
        if (you.level_type == LEVEL_LABYRINTH || you.level_type == LEVEL_ABYSS)
1399
        if (you.level_type == LEVEL_LABYRINTH || you.level_type == LEVEL_ABYSS)
1400
        {
1400
        {
(-)/root/orig-crawl-source/liblinux.cc (-1 / +1 lines)
Lines 362-368 Link Here
362
    key_to_command_table['\''] = CMD_WEAPON_SWAP;
362
    key_to_command_table['\''] = CMD_WEAPON_SWAP;
363
363
364
    // digits
364
    // digits
365
    key_to_command_table['0'] = CMD_EXPLORE;
365
    // key_to_command_table['0'] = CMD_EXPLORE;
366
    key_to_command_table['1'] = CMD_MOVE_DOWN_LEFT;
366
    key_to_command_table['1'] = CMD_MOVE_DOWN_LEFT;
367
    key_to_command_table['2'] = CMD_MOVE_DOWN;
367
    key_to_command_table['2'] = CMD_MOVE_DOWN;
368
    key_to_command_table['3'] = CMD_MOVE_DOWN_RIGHT;
368
    key_to_command_table['3'] = CMD_MOVE_DOWN_RIGHT;

Return to bug 83217