mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-01 05:30:58 +00:00
Code style changes
Tabs to white-space. BSD style.
This commit is contained in:
parent
809588798e
commit
7e1bc6911b
2 changed files with 7 additions and 6 deletions
|
@ -86,11 +86,11 @@ typedef struct
|
|||
|
||||
typedef struct
|
||||
{
|
||||
menucommon_s generic;
|
||||
char * focuspic;
|
||||
char * errorpic;
|
||||
int width;
|
||||
int height;
|
||||
menucommon_s generic;
|
||||
char * focuspic;
|
||||
char * errorpic;
|
||||
int width;
|
||||
int height;
|
||||
} menubitmap_s;
|
||||
|
||||
typedef struct
|
||||
|
|
|
@ -607,7 +607,8 @@ InitMainMenu(void)
|
|||
{
|
||||
Draw_GetPicSize(&w, &h, names[i]);
|
||||
|
||||
if (w > widest) {
|
||||
if (w > widest)
|
||||
{
|
||||
widest = w;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue