Skip to content

Commit

Permalink
Fixed compilation problems with jHeretic and jHexen.
Browse files Browse the repository at this point in the history
  • Loading branch information
danij committed Sep 12, 2006
1 parent e31866a commit 184e8b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions doomsday/plugins/jheretic/include/doomdef.h
Expand Up @@ -19,7 +19,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor,
* Foundation, Inc., 51 Franklin St, Fifth Floor,
* Boston, MA 02110-1301 USA
*
* In addition, as a special exception, we, the authors of deng
Expand Down Expand Up @@ -412,8 +412,6 @@ void I_EndRead(void);
//PLAY
//-----

void P_Ticker(void);

// called by C_Ticker
// can call G_PlayerExited
// carries out all thinking of monsters and players
Expand Down
1 change: 0 additions & 1 deletion doomsday/plugins/jhexen/include/h2def.h
Expand Up @@ -743,7 +743,6 @@ struct xline_s *P_XLine(line_t* line);
struct xsector_s *P_XSector(sector_t* sector);
struct xsector_s* P_XSectorOfSubsector(subsector_t* sub);

void P_Ticker(void);

// called by C_Ticker
// can call G_PlayerExited
Expand Down

0 comments on commit 184e8b6

Please sign in to comment.