summaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'global.h')
-rw-r--r--global.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/global.h b/global.h
index e980582..44e520a 100644
--- a/global.h
+++ b/global.h
@@ -10,6 +10,5 @@ using namespace std;
class Global{
public:
- int room_speed=30;
vector<shared_ptr<Object>> objects;
};