Made unit_drawer's fixed_t type match the rest of the fixed_t's
int32_t is the C++ standard fixed-width type, Sint32 is SDL's. The main fixed_t definition already uses the former.
This commit is contained in:
parent
8e4251349b
commit
5bc40c0f21
1 changed files with 2 additions and 3 deletions
|
@ -25,6 +25,8 @@
|
|||
#define DRAWABLE_UNIT_H_INCLUDED
|
||||
|
||||
#include "map/location.hpp"
|
||||
#include "utils/math.hpp"
|
||||
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
|
@ -39,9 +41,6 @@ struct color_t;
|
|||
struct SDL_Rect;
|
||||
class surface;
|
||||
|
||||
# include <SDL_types.h>
|
||||
typedef Sint32 fixed_t;
|
||||
|
||||
class unit_drawer
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Reference in a new issue