Change startchar's default value to 0 (Resolves #222).

This commit is contained in:
toaster 2019-09-18 12:26:34 +01:00
parent 3e95451960
commit 45a99ce318

View file

@ -118,7 +118,7 @@ const char *quitmsg[NUM_QUITMESSAGES];
// Stuff for customizing the player select screen Tails 09-22-2003
description_t description[MAXSKINS];
INT16 char_on = -1, startchar = 1;
INT16 char_on = -1, startchar = 0;
static char *char_notes = NULL;
static fixed_t char_scroll = 0;