OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:M_PrintWhite
(Results
1 - 2
of
2
) sorted by null
/external/quake/quake/src/QW/client/
menu.c
127
void
M_PrintWhite
(int cx, int cy, char *str)
1015
M_PrintWhite
(92, 12*8, "QuakeWorld is for");
1016
M_PrintWhite
(88, 13*8, "Internet play only");
1039
M_PrintWhite
(72, 10*8, "If you want to find QW ");
1040
M_PrintWhite
(72, 11*8, "games, head on over to: ");
1042
M_PrintWhite
(72, 13*8, " or ");
1044
M_PrintWhite
(72, 15*8, "For pointers on getting ");
1045
M_PrintWhite
(72, 16*8, " started! ");
1097
M_PrintWhite
(16, y, *p + 1);
/external/quake/quake/src/WinQuake/
menu.cpp
127
void
M_PrintWhite
(int cx, int cy, const char *str)
635
M_PrintWhite
((320/2) - ((27*8)/2), 148, "No Communications Available");
[
all
...]
Completed in 68 milliseconds