Skip to content

Commit 6e0309e

Browse files
authored
Update menu.cpp
1 parent 109c73f commit 6e0309e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

menu.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4432,7 +4432,7 @@ int RunMenu(CON_OUTPUT* s)
44324432
if (1)
44334433
{
44344434
char buf[81];
4435-
int len = sprintf_s(buf,81,"ascii-patrol ver. alpha 1.6 by Gumix");
4435+
int len = sprintf_s(buf,81,"ascii-patrol ver. alpha 1.7 by Gumix");
44364436
menu_print(s, (s->w - len)/2, s->h-1, buf,(unsigned char)0x8F, len, 0);
44374437
}
44384438

0 commit comments

Comments
 (0)