mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 19:45:41 -04:00
[librptexture] ICOPrivate::loadImage_Win3(): Minor adjustment to the assertion message.
This commit is contained in:
parent
11da731ef7
commit
222f2456fd
@ -714,7 +714,7 @@ rp_image_const_ptr ICOPrivate::loadImage_Win3(void)
|
|||||||
switch (bitcount) {
|
switch (bitcount) {
|
||||||
default:
|
default:
|
||||||
// Not supported yet...
|
// Not supported yet...
|
||||||
assert(!"Win3.x icon format is not supported!");
|
assert(!"This Win3.x icon format is not supported yet!");
|
||||||
return {};
|
return {};
|
||||||
|
|
||||||
case 1:
|
case 1:
|
||||||
|
Loading…
Reference in New Issue
Block a user