keep external identifiers under 31 characters length

This commit is contained in:
nhmall
2023-05-13 13:49:57 -04:00
parent a54b6ba75c
commit ec9d3cb88e
16 changed files with 18 additions and 18 deletions

View File

@@ -650,7 +650,7 @@ stop_occupation(void)
}
void
init_sound_and_display_gamewindows(void)
init_sound_disp_gamewindows(void)
{
int menu_behavior = MENU_BEHAVE_STANDARD;
@@ -683,7 +683,7 @@ init_sound_and_display_gamewindows(void)
#ifdef MAC
/* This _is_ the right place for this - maybe we will
* have to split init_sound_and_display_gamewindows into
* have to split init_sound_disp_gamewindows into
* create_gamewindows and show_gamewindows to get rid of this ifdef...
*/
if (!strcmp(windowprocs.name, "mac"))