Skip to content

Commit

Permalink
Fixed FTBFS issue in jHexen with gcc.
Browse files Browse the repository at this point in the history
  • Loading branch information
danij committed Jul 13, 2008
1 parent 7b53796 commit a22c316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/jhexen/include/p_local.h
Expand Up @@ -161,7 +161,7 @@ boolean P_CheckMissileSpawn(mobj_t *mo);
float P_MobjGetFriction(mobj_t *mo);
void P_RipperBlood(mobj_t *mo);
const terraintype_t* P_MobjGetFloorTerrainType(mobj_t* mo);
int P_HitFloor(mobj_t *mo);
boolean P_HitFloor(mobj_t *mo);

// Spawn spots.
void P_SpawnMapThing(spawnspot_t *spot);
Expand Down

0 comments on commit a22c316

Please sign in to comment.