Cube  Diff

Differences From Artifact [2703ba3edf]:

To Artifact [1ac50365c9]:


91
92
93
94
95
96
97
98

99
100
101
102
103
104
105
106
107
108
109
91
92
93
94
95
96
97

98

99
100

101
102
103
104
105
106
107







-
+
-


-







			if (nd == ndraw)
				break;
		}

		i++;
	}

	loopj(nd)
	for (int j = 0; j < nd; j++)
	{
		draw_text(refs[j], FONTH / 3,
		    (FONTH / 4 * 5) * (nd - j - 1) + FONTH / 3, 2);
	}
}

// keymap is defined externally in keymap.cfg

static OFMutableArray<KeyMapping *> *keyMappings = nil;

void