Fixed win_stbar.c warning reported by lemondrops and committed the icons.

This commit is contained in:
OBattler
2021-07-30 00:41:05 +02:00
parent 7144d32960
commit 347a8fa011
3 changed files with 0 additions and 2 deletions

BIN
src/win/icons/cartridge.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -208,8 +208,6 @@ StatusBarCreateCartridgeTip(int part)
WCHAR fn[512]; WCHAR fn[512];
int drive = sb_part_meanings[part] & 0xf; int drive = sb_part_meanings[part] & 0xf;
int type = zip_drives[drive].is_250 ? 250 : 100;
if (strlen(cart_fns[drive]) == 0) { if (strlen(cart_fns[drive]) == 0) {
_swprintf(tempTip, plat_get_string(IDS_2150), _swprintf(tempTip, plat_get_string(IDS_2150),
drive+1, plat_get_string(IDS_2057)); drive+1, plat_get_string(IDS_2057));