]> 4ch.mooo.com Git - 16.git/blobdiff - BITMAP.C
modified: BITMAP.C
[16.git] / BITMAP.C
index 8287e57d252a2554813b7dc828358b1f8d7f7cba..191b460b772320271a8fb4e2412223b1182acd48 100644 (file)
--- a/BITMAP.C
+++ b/BITMAP.C
@@ -79,10 +79,10 @@ bitmapLoadPcx(char *filename) {
 \r
     /* open the PCX file for reading */\r
     file = fopen(filename, "rb");\r
-    if(!file) {\r
+    /*if(!file) {\r
        printf("Could not open %s for reading.\n", filename);\r
        exit(-2);\r
-    }\r
+    }*/\r
 \r
     /* load the first part of the pcx file */\r
     loadPcxStage1(file, &result);\r