summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 7b22928..f2099d5 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -14,7 +14,7 @@ int main(int argc, char** argv)
Level level(32, 32);
Bitmap bitmap(Width, Height);
- Train car;
+ Train car(level);
int xOffs = 0, yOffs = 0;
int xDrag, yDrag;