Even more conversion, lots of superfluous macro removal
This commit is contained in:
+2
-2
@@ -46,7 +46,7 @@ enum m_state_e {
|
||||
extern enum m_state_e m_state;
|
||||
extern enum m_state_e m_return_state;
|
||||
|
||||
extern qboolean m_entersound;
|
||||
extern bool m_entersound;
|
||||
|
||||
//
|
||||
// menus
|
||||
@@ -54,7 +54,7 @@ extern qboolean m_entersound;
|
||||
void M_Init (void);
|
||||
void M_Keydown (int key);
|
||||
void M_Charinput (int key);
|
||||
qboolean M_TextEntry (void);
|
||||
bool M_TextEntry (void);
|
||||
void M_ToggleMenu_f (void);
|
||||
|
||||
void M_Menu_Main_f (void);
|
||||
|
||||
Reference in New Issue
Block a user