mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03: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:
@@ -1783,7 +1783,7 @@ void gamerender(void)
|
|||||||
if (game.readytotele > 100 || game.oldreadytotele > 100)
|
if (game.readytotele > 100 || game.oldreadytotele > 100)
|
||||||
{
|
{
|
||||||
char buffer[SCREEN_WIDTH_CHARS + 1];
|
char buffer[SCREEN_WIDTH_CHARS + 1];
|
||||||
static const char raw[] = "- Press %s to Teleport - ";
|
static const char raw[] = "- Press %s to Teleport -";
|
||||||
const char* final_string = interact_prompt(
|
const char* final_string = interact_prompt(
|
||||||
buffer,
|
buffer,
|
||||||
sizeof(buffer),
|
sizeof(buffer),
|
||||||
|
|||||||
Reference in New Issue
Block a user