Even more conversion, lots of superfluous macro removal
This commit is contained in:
@@ -48,12 +48,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
#endif
|
||||
|
||||
|
||||
qboolean isDedicated;
|
||||
bool isDedicated;
|
||||
convar sys_throttle = {"sys_throttle", "0.02", {.archive = true}};
|
||||
|
||||
#define MAX_HANDLES 32 /* johnfitz -- was 10 */
|
||||
static FILE *sys_handles[MAX_HANDLES];
|
||||
static qboolean stdinIsATTY; /* from ioquake3 source */
|
||||
static bool stdinIsATTY; /* from ioquake3 source */
|
||||
|
||||
|
||||
static int findhandle (void)
|
||||
@@ -460,7 +460,7 @@ double Sys_DoubleTime (void)
|
||||
|
||||
const char *Sys_ConsoleInput (void)
|
||||
{
|
||||
static qboolean con_eof = false;
|
||||
static bool con_eof = false;
|
||||
static char con_text[256];
|
||||
static int textlen;
|
||||
char c;
|
||||
|
||||
Reference in New Issue
Block a user