Bunch of little fixes.

This commit is contained in:
Markus Kauppila 2011-07-10 18:42:52 +03:00
parent d0e9372d99
commit 48bcede0dc
13 changed files with 45 additions and 74 deletions

View file

@ -7,11 +7,14 @@
*/
#include "common.h"
/**
* @brief Compares a surface and a surface image for equality.
* @brief Compares a surface and a surface image for equality
*
* @param sur Surface used in comparison
* @param img Surface image used in comparison
* @param allowable_error Allowable difference in blending accuracy
*/
int surface_compare( SDL_Surface *sur, const SurfaceImage_t *img, int allowable_error )
{