Documented -DREGULAR_EDITION

Disabled the sound printfs for now.
This commit is contained in:
Steven Fuller 2001-10-21 18:36:28 +00:00 committed by Patryk Obara
parent 47dfa780d5
commit ea23e5a1bb
5 changed files with 37 additions and 27 deletions

View file

@ -296,20 +296,20 @@ void RenderSmallFontString_Wrapped(char *textPtr,RECT* area,int alpha,int* outpu
void RenderKeyConfigRectangle(int alpha)
{
/*
void Hardware_RenderKeyConfigRectangle(int alpha);
Hardware_RenderKeyConfigRectangle(alpha);
*/
/*
fprintf(stderr, "RenderKeyConfigRectangle(%d)\n", alpha);
*/
}
void RenderHighlightRectangle(int x1,int y1,int x2,int y2, int r, int g, int b)
{
/*
void Hardware_RenderHighlightRectangle(int x1,int y1,int x2,int y2,int r, int g, int b);
Hardware_RenderHighlightRectangle(x1, y1, x2, y2, r, g, b);
*/
fprintf(stderr, "RenderHighlightRectangle(%d, %d, %d, %d, %d, %d, %d)\n", x1, y1, x2, y2, r, g, b);
/*
fprintf(stderr, "RenderHighlightRectangle(%d, %d, %d, %d, %d, %d, %d)\n", x1, y1, x2, y2, r, g, b);
*/
}
int LengthOfMenuText(char *textPtr)