mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-28 05:11:34 +00:00
Comment out M_DrawSaveLoadBorder
This commit is contained in:
parent
d0180ecb15
commit
116b10c29d
1 changed files with 2 additions and 2 deletions
|
@ -3409,7 +3409,7 @@ void M_DrawTextBox(INT32 x, INT32 y, INT32 width, INT32 boxlines)
|
||||||
//
|
//
|
||||||
// Draw border for the savegame description
|
// Draw border for the savegame description
|
||||||
//
|
//
|
||||||
static void M_DrawSaveLoadBorder(INT32 x,INT32 y)
|
/*static void M_DrawSaveLoadBorder(INT32 x,INT32 y)
|
||||||
{
|
{
|
||||||
INT32 i;
|
INT32 i;
|
||||||
|
|
||||||
|
@ -3422,7 +3422,7 @@ static void M_DrawSaveLoadBorder(INT32 x,INT32 y)
|
||||||
}
|
}
|
||||||
|
|
||||||
V_DrawScaledPatch (x,y+7,0,W_CachePatchName("M_LSRGHT",PU_CACHE));
|
V_DrawScaledPatch (x,y+7,0,W_CachePatchName("M_LSRGHT",PU_CACHE));
|
||||||
}
|
}*/
|
||||||
|
|
||||||
// horizontally centered text
|
// horizontally centered text
|
||||||
static void M_CentreText(INT32 y, const char *string)
|
static void M_CentreText(INT32 y, const char *string)
|
||||||
|
|
Loading…
Reference in a new issue