allow the minimal gl to compile
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@376 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
253cf12933
commit
0f6b5d1eef
1 changed files with 4 additions and 1 deletions
|
@ -721,11 +721,14 @@ static char *Macro_demoplayback (void)
|
||||||
return "qwdplayback";
|
return "qwdplayback";
|
||||||
case DPB_MVD:
|
case DPB_MVD:
|
||||||
return "mvdplayback";
|
return "mvdplayback";
|
||||||
|
#ifdef NQPROT
|
||||||
case DPB_NETQUAKE:
|
case DPB_NETQUAKE:
|
||||||
return "demplayback";
|
return "demplayback";
|
||||||
|
#endif
|
||||||
|
#ifdef Q2CLIENT
|
||||||
case DPB_QUAKE2:
|
case DPB_QUAKE2:
|
||||||
return "dm2playback";
|
return "dm2playback";
|
||||||
|
#endif
|
||||||
//gcc will warn if we add annother playback and forget here, otherwise I'd use a default.
|
//gcc will warn if we add annother playback and forget here, otherwise I'd use a default.
|
||||||
}
|
}
|
||||||
return "1"; //unknown.
|
return "1"; //unknown.
|
||||||
|
|
Loading…
Reference in a new issue