void-packages/srcpkgs/attract/patches/null.patch
Phil Schumann f863064934 attract: rebuild for SFML-2.6.1
Co-authored-by: John <me@johnnynator.dev>
2023-12-06 00:19:10 +01:00

11 lines
296 B
Diff

--- a/extlibs/gameswf/gameswf/gameswf_sprite.cpp 2022-02-16 03:30:39.000000000 +0100
+++ - 2023-12-06 00:05:49.469776618 +0100
@@ -170,7 +170,7 @@
// none. Coords are in parent's frame.
{
if (get_visible() == false) {
- return NULL;
+ return false;
}
matrix m = get_matrix();