diff options
author | arved <arved@FreeBSD.org> | 2006-12-22 00:36:12 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2006-12-22 00:36:12 +0800 |
commit | 0b9f74472101172385ddcdeef41e40d22ce912cb (patch) | |
tree | 9f002d92c887fcc25713662f63062265db33efda /games | |
parent | 416ebf44818baf667b8b013208f866baa5b858ab (diff) | |
download | freebsd-ports-gnome-0b9f74472101172385ddcdeef41e40d22ce912cb.tar.gz freebsd-ports-gnome-0b9f74472101172385ddcdeef41e40d22ce912cb.tar.zst freebsd-ports-gnome-0b9f74472101172385ddcdeef41e40d22ce912cb.zip |
Fix build with gcc41
Diffstat (limited to 'games')
-rw-r--r-- | games/glasteroids/files/patch-BCenemy.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/glasteroids/files/patch-BCenemy.h b/games/glasteroids/files/patch-BCenemy.h new file mode 100644 index 000000000000..de83d1ee6ec0 --- /dev/null +++ b/games/glasteroids/files/patch-BCenemy.h @@ -0,0 +1,11 @@ +--- BCenemy.h.orig Thu Dec 21 17:33:04 2006 ++++ BCenemy.h Thu Dec 21 17:33:15 2006 +@@ -37,7 +37,7 @@ + void DrawEnemyShipExploding ( void ); + void ResetShip ( ); + +- int BCenemy::GetStatus ( void ); ++ int GetStatus ( void ); + + BCship *Ship; + |