Fixed some splint warnings. Basically, ensure vars are positive when you use >> and << for divide and multiply by 2 :)

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@773 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2009-05-04 19:43:21 +00:00
parent e5fc3a9ef3
commit 3035788398
2 changed files with 17 additions and 17 deletions

View File

@@ -72,7 +72,7 @@ void Rotate_brush_preview(float angle);
/*!
Distort the brush on the screen.
*/
void Distort_brush_preview(short x1, short y1, short x2, short y2, short x3, short y3, short x4, short y4);
void Distort_brush_preview(unsigned short x1, unsigned short y1, unsigned short x2, unsigned short y2, unsigned short x3, unsigned short y3, unsigned short x4, unsigned short y4);
/*!
Replace the brush by a distorted version of itself.