aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/main.cpp b/main.cpp
index 21dc546..2aa1e28 100644
--- a/main.cpp
+++ b/main.cpp
@@ -67,12 +67,6 @@ World *currentWorld = NULL,
Player *player;
/**
- * TODO
- */
-
-extern Menu *currentMenu;
-
-/**
* The current number of ticks, used for logic operations and day/night cycles.
*/
@@ -137,6 +131,7 @@ unsigned int loops = 0;
vec2 offset;
+//std::shared_ptr<Menu>currentMenu;
Menu *currentMenu;
Menu optionsMenu;
Menu pauseMenu;