Skip to content

Commit

Permalink
Remove unused fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Eli2 committed May 6, 2016
1 parent 126be47 commit 10ea72a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/graphics/data/Mesh.h
Expand Up @@ -224,8 +224,6 @@ struct EERIE_FRUSTRUM_DATA
struct PORTAL_ROOM_DRAW
{
short count;
short flags;
EERIE_2D_BBOX bbox;
EERIE_FRUSTRUM_DATA frustrum;
};

Expand Down
1 change: 0 additions & 1 deletion src/scene/Scene.cpp
Expand Up @@ -645,7 +645,6 @@ static void ARX_PORTALS_InitDrawnRooms() {

for(size_t i = 0; i < RoomDraw.size(); i++) {
RoomDraw[i].count=0;
RoomDraw[i].flags=0;
RoomDraw[i].frustrum.nb_frustrums=0;
}

Expand Down

0 comments on commit 10ea72a

Please sign in to comment.