From 12909a3ea80639a67edd854d441614abdcd4dc12 Mon Sep 17 00:00:00 2001 From: cflip Date: Sun, 27 Feb 2022 10:14:25 -0700 Subject: Rename TrainCar to Train Although the name isn't entirely accurate, it looks nicer. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') 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; -- cgit v1.2.3