]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - net_wins.c
rewrite of map texture loading (mainly to do with HL textures and wads)
[xonotic/darkplaces.git] / net_wins.c
index 87a75eed9519609c1c1c616ab72192a8bb152c16..e01a6191ed0abfd7ce8c7bdfb41bf597ac51536f 100644 (file)
@@ -71,7 +71,7 @@ BOOL PASCAL FAR BlockingHook(void)
        if ((Sys_FloatTime() - blocktime) > 2.0)
        {
                WSACancelBlockingCall();
-               return FALSE;
+               return false;
        }
 
     /* get the next message, if any */ 
@@ -83,7 +83,7 @@ BOOL PASCAL FAR BlockingHook(void)
         DispatchMessage(&msg); 
     } 
  
-    /* TRUE if we got a message */ 
+    /* true if we got a message */ 
     return ret; 
 }