X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Flibgame%2Ftext.c;h=9d4d119300833f774017527494c7ef8b6343639c;hb=61c3da024802ecc0268bab42d7499fc0346e4fd3;hp=23de7cac548849a90e4c395a35391e9b0b1fb640;hpb=e9306042d9ea3bc310590fe16653538905a9b99d;p=rocksndiamonds.git diff --git a/src/libgame/text.c b/src/libgame/text.c index 23de7cac..9d4d1193 100644 --- a/src/libgame/text.c +++ b/src/libgame/text.c @@ -28,7 +28,7 @@ static GC font_clip_gc = None; static void InitFontClipmasks() { XGCValues clip_gc_values; - unsigned long clip_gc_valuemask; + unsigned int clip_gc_valuemask; GC copy_clipmask_gc; int i, j; @@ -210,8 +210,8 @@ int maxWordLengthInString(char *text) void DrawInitTextExt(char *text, int ypos, int font_nr, boolean force) { - static unsigned long progress_delay = 0; - unsigned long progress_delay_value = 100; /* (in milliseconds) */ + static unsigned int progress_delay = 0; + unsigned int progress_delay_value = 100; /* (in milliseconds) */ UPDATE_BUSY_STATE();