comparison src/editobj.cc @ 104:76ad709ed3c6

Cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 06 Oct 2014 05:04:24 +0300
parents 002bc70a3982
children 20aa5a515896
comparison
equal deleted inserted replaced
103:4ef9dfbd82b6 104:76ad709ed3c6
237 DrawScreenText(text_x0, text_y0 + FONTH, prompt2); 237 DrawScreenText(text_x0, text_y0 + FONTH, prompt2);
238 DrawScreenText(text_x0, text_y0 + 3 * FONTH, "Start vertex"); 238 DrawScreenText(text_x0, text_y0 + 3 * FONTH, "Start vertex");
239 DrawScreenText(text_x0, text_y0 + 5 * FONTH, "End vertex"); 239 DrawScreenText(text_x0, text_y0 + 5 * FONTH, "End vertex");
240 240
241 first = 1; 241 first = 1;
242 key = 0;
243 for (;;) 242 for (;;)
244 { 243 {
245 DrawScreenBoxHollow(entry1_x0, entry1_y0, 244 DrawScreenBoxHollow(entry1_x0, entry1_y0,
246 entry1_x0 + entry_width - 1, 245 entry1_x0 + entry_width - 1,
247 entry1_y0 + entry_height - 1, BLACK); 246 entry1_y0 + entry_height - 1, BLACK);