mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 04:29:34 -04:00
do not draw little dot in follow mode
This commit is contained in:
parent
4dec0ce25f
commit
78a24f99d0
@ -2052,7 +2052,11 @@ void AM_drawMarks(void)
|
||||
//
|
||||
void AM_drawCrosshair(int color)
|
||||
{
|
||||
// [crispy] do not draw the useless dot on the player arrow
|
||||
if (!followplayer)
|
||||
{
|
||||
fb[(f_w*(f_h+1))/2] = color; // single point for now
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user