about summary refs log tree commit diff
path: root/datasrc
diff options
context:
space:
mode:
authorDominik Geyer <dominik.geyer@gmx.de>2008-10-05 09:57:46 +0000
committerDominik Geyer <dominik.geyer@gmx.de>2008-10-05 09:57:46 +0000
commitfaa96f6d3a7c0e66503faf413b6df41c369d62aa (patch)
treec4c4da4a7fe15af5e09a7410e9166d438a81f4bb /datasrc
parent42f661ae70e7f5d2a1b32fba4db502f59a4f3147 (diff)
downloadzcatch-faa96f6d3a7c0e66503faf413b6df41c369d62aa.tar.gz
zcatch-faa96f6d3a7c0e66503faf413b6df41c369d62aa.zip
show if servers use non-standard tuning and let serverbrowser filter for these; ticket #393
Diffstat (limited to 'datasrc')
-rw-r--r--datasrc/content.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/datasrc/content.py b/datasrc/content.py
index 24524a7d..eb267dfa 100644
--- a/datasrc/content.py
+++ b/datasrc/content.py
@@ -361,6 +361,7 @@ container.sprites.Add(Sprite("blank2", set_emoticons, 3, 3, 1, 1))
 
 container.sprites.Add(Sprite("browse_lock", set_browseicons, 0,0,1,1))
 container.sprites.Add(Sprite("browse_heart", set_browseicons, 1,0,1,1))
+container.sprites.Add(Sprite("browse_tuned", set_browseicons, 2,0,1,1))
 
 anim = Animation("base")
 anim.body.frames.Add(AnimKeyframe(0, 0, -4, 0))