diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-08-12 11:07:41 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-08-12 11:07:41 +0000 |
commit | bc3d1122fe6ad325aa61192ae99121d3d70ec886 (patch) | |
tree | b7197e2197e7a198f5a51c5ac0dca1e67e1a1e24 /games/untahris/files/patch-intface.cpp | |
parent | Update to 0.40.0. (diff) |
- Update to 2.0
- Use macro from bsd.sites.mk
- Remove 4.x support
PR: ports/115332
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru> (maintainer)
Notes
Notes:
svn path=/head/; revision=197505
Diffstat (limited to 'games/untahris/files/patch-intface.cpp')
-rw-r--r-- | games/untahris/files/patch-intface.cpp | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/games/untahris/files/patch-intface.cpp b/games/untahris/files/patch-intface.cpp index e6dab8a29897..3b01833106c4 100644 --- a/games/untahris/files/patch-intface.cpp +++ b/games/untahris/files/patch-intface.cpp @@ -1,9 +1,18 @@ ---- intface.cpp.orig Mon Sep 4 19:16:15 2006 -+++ intface.cpp Fri Sep 8 06:57:45 2006 -@@ -517,7 +517,7 @@ - thruster.pixel[y][x] = 'P'; +--- intface.cpp.orig Wed May 2 02:41:32 2007 ++++ intface.cpp Thu Aug 9 03:04:09 2007 +@@ -45,7 +45,7 @@ + SDL_Quit(); } - + +- if (Mix_OpenAudio(44100, MIX_DEFAULT_FORMAT, 2, 8000) != 0) ++ if (Mix_OpenAudio(44100, MIX_DEFAULT_FORMAT, 2, 8192) != 0) + printf("Failed to initialize audio.\n"); + else { + Mix_AllocateChannels(16); +@@ -653,7 +653,7 @@ + Ic(icBazooka).fillWith("0", d.Res); + Ic(icBazooka).gradFill(d.Res*4/8-1, 0, d.Res*4/8, d.Res*3/4, 0x80FFFFFF, 0xFFFFFFFF); + - char buf[64]; + char buf[1024]; sprintf(buf, "graph%d.unt", d.Res); |