summaryrefslogtreecommitdiff
path: root/source/q_uis.c
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2008-02-17 22:53:39 +0000
committerAndrey Nazarov <skuller@skuller.net>2008-02-17 22:53:39 +0000
commit4034314816f7ec9e26c9b9bfc2630c8ca0a24874 (patch)
treed48be98832d2d9cb977540541fae1acb1859142b /source/q_uis.c
parenta5afaf65af8ef50d1ce8bbd9e2133239013c26f7 (diff)
Huge search and replace commit.
Use fixed size integer types from stdint.h instead of custom defined ones. Get endianess infromation form endian.h. Added `remotemode' console command. Link with -ldl only on Linux.
Diffstat (limited to 'source/q_uis.c')
-rw-r--r--source/q_uis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/q_uis.c b/source/q_uis.c
index 4862ac2..5fac151 100644
--- a/source/q_uis.c
+++ b/source/q_uis.c
@@ -42,7 +42,7 @@ STRING DRAWING
UIS_DrawStringEx
==============
*/
-void UIS_DrawStringEx( int x, int y, uint32 flags, int maxChars,
+void UIS_DrawStringEx( int x, int y, int flags, int maxChars,
const char *string, qhandle_t hFont )
{
char *p;