trivial: whitespace

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
Kevin Shanahan 2012-10-20 10:12:03 +10:30
parent 44bbaeba2c
commit fdd7c65242
3 changed files with 3 additions and 4 deletions

View File

@ -1301,7 +1301,7 @@ M_Keys_Key(int k)
break;
case K_BACKSPACE: // delete bindings
case K_DEL: // delete bindings
case K_DEL: // delete bindings
S_LocalSound("misc/menu2.wav");
M_UnbindCommand(bindnames[keys_cursor][0]);
break;

View File

@ -713,7 +713,7 @@ M_Keys_Key(int k)
break;
case K_BACKSPACE: // delete bindings
case K_DEL: // delete bindings
case K_DEL: // delete bindings
S_LocalSound("misc/menu2.wav");
M_UnbindCommand(bindnames[keys_cursor][0]);
break;

View File

@ -52,8 +52,7 @@ typedef struct {
unsigned conheight;
int maxwarpwidth;
int maxwarpheight;
pixel_t *direct; // direct drawing to framebuffer, if not
// NULL
pixel_t *direct; // direct drawing to framebuffer, if not NULL
} viddef_t;
extern viddef_t vid; // global video state