mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Change startchar's default value to 0 (Resolves #222).
This commit is contained in:
parent
fcf3359732
commit
3f6a331f24
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue