1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-11-17 00:19:43 +01:00

Remove space at end of Press %s to Teleport

This wasn't there in 2.2 and previous. I accidentally introduced it in.
This commit is contained in:
Misa 2021-10-12 16:59:36 -07:00
parent 774f8c31a7
commit a1381102f8

View file

@ -1803,7 +1803,7 @@ void gamerender(void)
{
/* Screen width 40 chars, 4 per char */
char buffer[160 + 1];
static const char raw[] = "- Press %s to Teleport - ";
static const char raw[] = "- Press %s to Teleport -";
const char* final_string = interact_prompt(
buffer,
sizeof(buffer),