This commit is contained in:
twinaphex 2016-03-24 00:44:42 +01:00
parent 7c9d66a025
commit 488870e27f

View File

@ -2929,9 +2929,7 @@ DrawOutline (int x, int y, int w, int h, int color1, int color2)
void
SetupControlPanel (void)
{
//
// CACHE GRAPHICS & SOUNDS
//
/* CACHE GRAPHICS & SOUNDS */
CA_CacheGrChunk (STARTFONT + 1);
#ifndef SPEAR
CacheLump (CONTROLS_LUMP_START, CONTROLS_LUMP_END);
@ -2962,7 +2960,7 @@ SetupControlPanel (void)
// SEE WHICH SAVE GAME FILES ARE AVAILABLE & READ STRING IN
//
////////////////////////////////////////////////////////////////////
void SetupSaveGames()
void SetupSaveGames(void)
{
char name[13];
char savepath[300];