Replaced one of the built in crosshairs with a single pixel one.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3340 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
fd713df2e1
commit
492e01192a
1 changed files with 1 additions and 2 deletions
|
@ -192,8 +192,7 @@ case 15:
|
|||
break;
|
||||
|
||||
case 16:
|
||||
Pix(0 , 0 , c2);
|
||||
Pix(0+1, 0+1, c);
|
||||
Pix(0 , 0 , c);
|
||||
break;
|
||||
|
||||
case 17:
|
||||
|
|
Loading…
Reference in a new issue