[Fix] Moving from tab to space messed all the indents up. I thing that got them all now.
This commit is contained in:
parent
0f6ff44a93
commit
6a7c051851
@ -27,7 +27,8 @@ glFont gl_defFont;
|
||||
glFont gl_smallFont;
|
||||
|
||||
static void glFontMakeDList(FT_Face face, char ch,
|
||||
GLuint list_base, GLuint* tex_base, int* width_base);
|
||||
GLuint list_base, GLuint* tex_base,
|
||||
int* width_base);
|
||||
|
||||
static int pot(int n);
|
||||
|
||||
|
@ -50,7 +50,8 @@ static int nwfrontLayer = 0; // Number of elements.
|
||||
static int mwfrontLayer = 0; // Allocated memory size.
|
||||
|
||||
static Weapon* weapon_create(const Outfit* outfit, const double dir,
|
||||
const Vec2* pos, const Vec2* vel, const unsigned int parent,
|
||||
const Vec2* pos, const Vec2* vel,
|
||||
const unsigned int parent,
|
||||
const unsigned int target);
|
||||
|
||||
static void weapon_render(const Weapon* w);
|
||||
|
@ -5,7 +5,8 @@
|
||||
typedef enum { WEAPON_LAYER_BG, WEAPON_LAYER_FG } WeaponLayer;
|
||||
|
||||
void weapon_add(const Outfit* outfit, const double dir, const Vec2* pos,
|
||||
const Vec2* vel, unsigned int parent, const unsigned int target);
|
||||
const Vec2* vel, unsigned int parent,
|
||||
const unsigned int target);
|
||||
|
||||
// Pausing.
|
||||
void weapons_pause(void);
|
||||
|
Loading…
Reference in New Issue
Block a user