OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:host_colormap
(Results
1 - 2
of
2
) sorted by null
/external/quake/quake/src/WinQuake/
host.cpp
56
byte *
host_colormap
;
variable
883
host_colormap
= (byte *)COM_LoadHunkFile ("gfx/colormap.lmp");
884
if (!
host_colormap
)
/external/quake/quake/src/QW/client/
cl_main.c
115
byte *
host_colormap
;
variable
1459
host_colormap
= (byte *)COM_LoadHunkFile ("gfx/colormap.lmp");
1460
if (!
host_colormap
)
Completed in 52 milliseconds