Skip to content

Commit

Permalink
Refactor: Switched r_world.c to C++
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Dec 14, 2012
1 parent 888a466 commit 5ab04cf
Show file tree
Hide file tree
Showing 4 changed files with 315 additions and 483 deletions.
2 changes: 1 addition & 1 deletion doomsday/engine/engine.pro
Expand Up @@ -531,7 +531,7 @@ SOURCES += \
src/map/plane.c \
src/map/polyobj.c \
src/map/propertyvalue.cpp \
src/map/r_world.c \
src/map/r_world.cpp \
src/map/sector.c \
src/map/sidedef.c \
src/map/surface.c \
Expand Down
1 change: 1 addition & 0 deletions doomsday/engine/include/map/r_world.h
Expand Up @@ -51,6 +51,7 @@ extern byte rendSkyLightAuto; // cvar
extern float rendLightWallAngle;
extern byte rendLightWallAngleSmooth;
extern boolean ddMapSetup;
extern boolean firstFrameAfterLoad;

// Sky flags.
#define SIF_DRAW_SPHERE 0x1 // Always draw the sky sphere.
Expand Down

0 comments on commit 5ab04cf

Please sign in to comment.