fix some msdos build errors

This commit is contained in:
nhmall
2018-02-24 23:26:25 -05:00
parent f44ff54c7f
commit 9773742e82
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -766,7 +766,7 @@ vesa_Init(void)
*
*/
tile_file = iflags.wc_tile_file;
if (tile_file == NULL || tile_file == '\0') {
if (tile_file == NULL || *tile_file == '\0') {
tile_file = "nhtiles.bmp";
}
if (!read_tiles(tile_file, FALSE))