X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=BITMAP.C;h=191b460b772320271a8fb4e2412223b1182acd48;hb=223378457fa5f386bc056f7162bba6c523d6164f;hp=8287e57d252a2554813b7dc828358b1f8d7f7cba;hpb=a10cc880280d32a4a5754d31a4d4450be03af319;p=16.git diff --git a/BITMAP.C b/BITMAP.C index 8287e57d..191b460b 100644 --- a/BITMAP.C +++ b/BITMAP.C @@ -79,10 +79,10 @@ bitmapLoadPcx(char *filename) { /* open the PCX file for reading */ file = fopen(filename, "rb"); - if(!file) { + /*if(!file) { printf("Could not open %s for reading.\n", filename); exit(-2); - } + }*/ /* load the first part of the pcx file */ loadPcxStage1(file, &result);