Cube  Diff

Differences From Artifact [a953917ec3]:

To Artifact [2f71e0ae26]:


363
364
365
366
367
368
369
370

371
372
373
374
375
376
377


378
379
380
381
382
383
384
363
364
365
366
367
368
369

370
371
372
373
374
375


376
377
378
379
380
381
382
383
384







-
+





-
-
+
+







			dblend = 0;
	}

	glEnable(GL_TEXTURE_2D);

	@autoreleasepool {
		OFString *command = getcurcommand();
		char *player = playerincrosshair();
		OFString *player = playerincrosshair();

		if (command)
			draw_textf(@"> %@_", 20, 1570, 2, command);
		else if (closeent[0])
			draw_text(@(closeent), 20, 1570, 2);
		else if (player)
			draw_text(@(player), 20, 1570, 2);
		else if (player != nil)
			draw_text(player, 20, 1570, 2);
	}

	renderscores();
	if (!rendermenu()) {
		glBlendFunc(GL_SRC_ALPHA, GL_SRC_ALPHA);
		glBindTexture(GL_TEXTURE_2D, 1);
		glBegin(GL_QUADS);