shootgun debug

This commit is contained in:
tTh 2022-12-29 14:17:22 +01:00
parent 15124ad892
commit ca0acf0c26
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ int Image_H_line(Image_Desc *i, int xa, int xb, int ypos, RGBA *col)
{
int ix;
#if DEBUG_LEVEL
#if 1
fprintf(stderr, ">>> %s ( %d %d %d %p )\n", __func__, xa, xb, ypos, col);
#endif