Skip to content

Commit

Permalink
Refactor: Renamed p_sector.c/h as sector.c/h respectively
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Mar 10, 2012
1 parent a57a336 commit daf2d23
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doomsday/engine/engine.pro
Expand Up @@ -242,7 +242,6 @@ DENG_HEADERS = \
portable/include/p_players.h \
portable/include/p_polyob.h \
portable/include/p_polyobj.h \
portable/include/p_sector.h \
portable/include/p_seg.h \
portable/include/p_sight.h \
portable/include/p_surface.h \
Expand Down Expand Up @@ -279,6 +278,7 @@ DENG_HEADERS = \
portable/include/r_things.h \
portable/include/r_util.h \
portable/include/r_world.h \
portable/include/sector.h \
portable/include/sidedef.h \
portable/include/stringarray.h \
portable/include/sv_def.h \
Expand Down Expand Up @@ -493,7 +493,6 @@ SOURCES += \
portable/src/p_plane.c \
portable/src/p_players.c \
portable/src/p_polyob.c \
portable/src/p_sector.c \
portable/src/p_seg.c \
portable/src/p_sight.c \
portable/src/p_surface.c \
Expand Down Expand Up @@ -534,6 +533,7 @@ SOURCES += \
portable/src/rend_sky.c \
portable/src/rend_sprite.c \
portable/src/resourcenamespace.c \
portable/src/sector.c \
portable/src/sidedef.c \
portable/src/smoother.c \
portable/src/stringpool.c \
Expand Down
2 changes: 1 addition & 1 deletion doomsday/engine/portable/include/de_play.h
Expand Up @@ -38,7 +38,7 @@
#include "p_plane.h"
#include "p_seg.h"
#include "bspleaf.h"
#include "p_sector.h"
#include "sector.h"
#include "p_polyobj.h"
#include "p_dmu.h"
#include "thinker.h"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit daf2d23

Please sign in to comment.