git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@733 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
svdijk 2012-09-26 08:27:07 +00:00
parent bcb39db085
commit 52d203e252
1 changed files with 9 additions and 9 deletions

View File

@ -105,21 +105,21 @@ byte pic_up_data[8][8] =
{255,255,255,255,255,255,255,255},
{255,255,255,255,255,255,255,255},
{255,255,255, 7,255,255,255,255},
{255,255, 8, 8, 6,255,255,255},
{255, 8, 8, 2, 6, 6,255,255},
{ 8, 8, 2, 2,255, 8, 9,255},
{255, 2, 2,255,255,255, 2, 2},
{255,255,255,255,255,255,255,255},
{255,255, 8, 8, 7,255,255,255},
{255, 8, 4, 8, 4, 7,255,255},
{255,255, 2, 8, 2, 2, 2,255},
{255,255,255, 8, 2,255,255,255},
{255,255,255,255, 2,255,255,255},
};
byte pic_down_data[8][8] =
{
{255,255,255,255,255,255,255,255},
{255,255,255,255,255,255,255,255},
{255,255,255,255,255,255,255,255},
{ 8, 8,255,255,255, 8, 9,255},
{255, 8, 8,255, 6, 6, 2, 2},
{255,255, 8, 8, 6, 2, 2,255},
{255,255,255, 8,255,255,255,255},
{255,255,255, 8, 2,255,255,255},
{255, 8, 4, 8, 4, 7,255,255},
{255,255, 8, 8, 7, 2, 2,255},
{255,255,255, 7, 2, 2,255,255},
{255,255,255,255, 2,255,255,255},
};