summaryrefslogtreecommitdiff
path: root/src/stubs.c
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2001-10-21 18:36:28 +0000
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:36 +0200
commitea23e5a1bbfa4109c3eae664b70268cb45ca48cc (patch)
tree8de4512cefc234ce1da6215481650710149905be /src/stubs.c
parent47dfa780d50edffb21c1cfa721d8a18baa00c6c3 (diff)
Documented -DREGULAR_EDITION
Disabled the sound printfs for now.
Diffstat (limited to 'src/stubs.c')
-rw-r--r--src/stubs.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/stubs.c b/src/stubs.c
index 758c706..deafc33 100644
--- a/src/stubs.c
+++ b/src/stubs.c
@@ -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)