fix some msdos build errors
This commit is contained in:
+1
-1
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user