aboutsummaryrefslogtreecommitdiffstats
path: root/code/cgame/cg_main.c
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2007-09-05 18:17:46 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2007-09-05 18:17:46 +0000
commitd37536edf4660f3c46e4876b6d72e9a200549ffe (patch)
tree637eb5f3e49f4075ecdef97a31f5e8157cee73a2 /code/cgame/cg_main.c
parent4496eacc4ec7406fd694693da5a7f9589933f7fd (diff)
downloadioquake3-aero-d37536edf4660f3c46e4876b6d72e9a200549ffe.tar.gz
ioquake3-aero-d37536edf4660f3c46e4876b6d72e9a200549ffe.zip
* Merge unified-sdl to trunk
* Bump Q3_VERSION to 1.35 git-svn-id: svn://svn.icculus.org/quake3/trunk@1161 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/cgame/cg_main.c')
-rw-r--r--code/cgame/cg_main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/code/cgame/cg_main.c b/code/cgame/cg_main.c
index 8f1f46c..3740bca 100644
--- a/code/cgame/cg_main.c
+++ b/code/cgame/cg_main.c
@@ -204,7 +204,7 @@ typedef struct {
int cvarFlags;
} cvarTable_t;
-static cvarTable_t cvarTable[] = { // bk001129
+static cvarTable_t cvarTable[] = {
{ &cg_ignore, "cg_ignore", "0", 0 }, // used for debugging
{ &cg_autoswitch, "cg_autoswitch", "1", CVAR_ARCHIVE },
{ &cg_drawGun, "cg_drawGun", "1", CVAR_ARCHIVE },
@@ -1357,7 +1357,7 @@ qboolean CG_Asset_Parse(int handle) {
continue;
}
}
- return qfalse; // bk001204 - why not?
+ return qfalse;
}
void CG_ParseMenu(const char *menuFile) {
@@ -1690,7 +1690,7 @@ static void CG_FeederSelection(float feederID, int index) {
}
#endif
-#ifdef MISSIONPACK // bk001204 - only needed there
+#ifdef MISSIONPACK
static float CG_Cvar_Get(const char *cvar) {
char buff[128];
memset(buff, 0, sizeof(buff));