Make vid.width/height unsigned and clean up the mess.

This commit is contained in:
Bill Currie 2013-01-24 11:25:30 +09:00
parent 8153646eda
commit 40af4bb986
16 changed files with 36 additions and 34 deletions

View file

@ -42,7 +42,7 @@ void SCR_DrawTime (void);
void SCR_DrawTurtle (void);
void SCR_DrawPause (void);
struct tex_s *SCR_CaptureBGR (void);
struct tex_s *SCR_ScreenShot (int width, int height);
struct tex_s *SCR_ScreenShot (unsigned width, unsigned height);
void SCR_DrawStringToSnap (const char *s, struct tex_s *tex, int x, int y);