diff options
author | cflip <cflip@cflip.net> | 2022-02-27 10:14:25 -0700 |
---|---|---|
committer | cflip <cflip@cflip.net> | 2022-02-27 10:14:25 -0700 |
commit | 12909a3ea80639a67edd854d441614abdcd4dc12 (patch) | |
tree | dd9104fd929e70378eccc342aba89dd076bb0a4b /src/main.cpp | |
parent | 5aba1f0f337679467c18cddbcbd2ed3f378a1229 (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.cpp | 2 |
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; |