Skip to content

Commit

Permalink
Removed unused constants
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailRis committed Dec 25, 2023
1 parent ed4d345 commit ea812a3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/files/WorldFiles.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,6 @@
#include <fstream>
#include <sstream>

const int SECTION_POSITION = 1;
const int SECTION_ROTATION = 2;
const int SECTION_FLAGS = 3;
const int PLAYER_FLAG_FLIGHT = 0x1;
const int PLAYER_FLAG_NOCLIP = 0x2;

const int WORLD_SECTION_MAIN = 1;
const int WORLD_SECTION_DAYNIGHT = 2;

namespace fs = std::filesystem;

WorldRegion::WorldRegion() {
Expand Down

0 comments on commit ea812a3

Please sign in to comment.