attract: rebuild for SFML-2.6.1

Co-authored-by: John <me@johnnynator.dev>
This commit is contained in:
Phil Schumann 2023-12-06 00:10:51 +01:00 committed by John
parent e9d4927d2a
commit f863064934
2 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,11 @@
--- 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();

View File

@ -1,7 +1,7 @@
# Template file for 'attract'
pkgname=attract
version=2.6.2
revision=1
revision=2
build_style=gnu-makefile
make_build_args="VERBOSE=1"
make_use_env=yes