summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorcflip <cflip@cflip.net>2022-02-27 10:14:25 -0700
committercflip <cflip@cflip.net>2022-02-27 10:14:25 -0700
commit12909a3ea80639a67edd854d441614abdcd4dc12 (patch)
treedd9104fd929e70378eccc342aba89dd076bb0a4b /src/main.cpp
parent5aba1f0f337679467c18cddbcbd2ed3f378a1229 (diff)
Rename TrainCar to Train
Although the name isn't entirely accurate, it looks nicer.
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 4fa5e47..e9d7e59 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -85,7 +85,7 @@ int main(int argc, char **argv)
Level level(32, 32);
Bitmap bitmap(Width, Height);
- TrainCar car;
+ Train car;
int xOffs = 0, yOffs = 0;
int xDrag, yDrag;