mirror of
https://github.com/libretro/libretro-wolfenstein3d.git
synced 2025-02-21 09:20:47 +00:00
Cleanups
This commit is contained in:
parent
7c9d66a025
commit
488870e27f
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user