diff options
Diffstat (limited to 'src/simulation.h')
| -rw-r--r-- | src/simulation.h | 4 |
1 files changed, 1 insertions, 3 deletions
| diff --git a/src/simulation.h b/src/simulation.h index f86d513..fbe0a43 100644 --- a/src/simulation.h +++ b/src/simulation.h | |||
| @@ -47,8 +47,6 @@ public: | |||
| 47 | return level_; | 47 | return level_; |
| 48 | } | 48 | } |
| 49 | 49 | ||
| 50 | static vec2s posInDir(vec2s orig, Direction dir); | ||
| 51 | |||
| 52 | private: | 50 | private: |
| 53 | 51 | ||
| 54 | 52 | ||
| @@ -60,7 +58,7 @@ private: | |||
| 60 | bool validate = false); | 58 | bool validate = false); |
| 61 | 59 | ||
| 62 | const Level& level_; | 60 | const Level& level_; |
| 63 | Schedule schedule_ { 120 }; | 61 | Schedule schedule_ { 90 }; |
| 64 | 62 | ||
| 65 | std::vector<Entity> entities_; | 63 | std::vector<Entity> entities_; |
| 66 | std::deque<id_type> available_; | 64 | std::deque<id_type> available_; |
