OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BSPVERSION
(Results
1 - 7
of
7
) sorted by null
/external/quake/quake/src/QW/client/
bspfile.h
54
#define
BSPVERSION
29
gl_model.c
1167
if (i !=
BSPVERSION
)
1168
Sys_Error ("Mod_LoadBrushModel: %s has wrong version number (%i should be %i)", mod->name, i,
BSPVERSION
);
[
all
...]
model.c
1136
if (i !=
BSPVERSION
)
1137
Sys_Error ("Mod_LoadBrushModel: %s has wrong version number (%i should be %i)", mod->name, i,
BSPVERSION
);
[
all
...]
/external/quake/quake/src/WinQuake/
bspfile.h
56
#define
BSPVERSION
29
gl_model.cpp
1158
if (i !=
BSPVERSION
)
1159
Sys_Error ("Mod_LoadBrushModel: %s has wrong version number (%i should be %i)", mod->name, i,
BSPVERSION
);
[
all
...]
model.cpp
1154
if (i !=
BSPVERSION
)
1155
Sys_Error ("Mod_LoadBrushModel: %s has wrong version number (%i should be %i)", mod->name, i,
BSPVERSION
);
[
all
...]
/external/quake/quake/src/QW/server/
model.c
1056
if (i !=
BSPVERSION
)
1057
SV_Error ("Mod_LoadBrushModel: %s has wrong version number (%i should be %i)", mod->name, i,
BSPVERSION
);
Completed in 48 milliseconds