mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 11:33:03 +01:00
Return after assert
This commit is contained in:
@@ -41,6 +41,7 @@ void gfx_fill_rect_inset(rct_drawpixelinfo* dpi, short left, short top, short ri
|
||||
// TODO: This can't be added up
|
||||
// palette = NOT_TRANSLUCENT(colour);
|
||||
assert(false);
|
||||
return;
|
||||
} else {
|
||||
palette = TranslucentWindowPalettes[BASE_COLOUR(colour)];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user