Update to 1.0.3.
Changes: Version 1.0.3 - add switch to skip bonus level, thanks to Beni Cherniavsky - add checks for different video modis (thanks Stephane Marchesin) - fixed bug with freeze balls that makes them go wild, when the ground blow them vanished - hopefully fix bug that caused the timeout screen to become a highscore screen with timeout text
This commit is contained in:
parent
dec948f6e5
commit
2e7aeab1ed
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.5 2003/09/27 23:36:45 shattered Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2003/11/05 05:29:37 blef Exp $
|
||||
|
||||
DISTNAME= toppler-1.0.2
|
||||
DISTNAME= toppler-1.0.3
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=toppler/}
|
||||
|
||||
|
@ -8,8 +8,8 @@ MAINTAINER= snj@pobox.com
|
|||
HOMEPAGE= http://toppler.sourceforge.net/
|
||||
COMMENT= Tower climbing game
|
||||
|
||||
USE_BUILDLINK2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BUILDLINK2= YES
|
||||
GNU_CONFIGURE= YES
|
||||
|
||||
.include "../../devel/zlib/buildlink2.mk"
|
||||
.include "../../audio/SDL_mixer/buildlink2.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2003/07/02 04:02:02 blef Exp $
|
||||
$NetBSD: distinfo,v 1.2 2003/11/05 05:29:37 blef Exp $
|
||||
|
||||
SHA1 (toppler-1.0.2.tar.gz) = 9b6c93784ff53eaea6d09ee7d5d31a3ac7c685a4
|
||||
Size (toppler-1.0.2.tar.gz) = 1081984 bytes
|
||||
SHA1 (toppler-1.0.3.tar.gz) = 44a67339bea24121908914f5ccc6c20bd3c97243
|
||||
Size (toppler-1.0.3.tar.gz) = 1082563 bytes
|
||||
|
|
Loading…
Reference in a new issue