]> git.lizzy.rs Git - minetest.git/commit
Cleanup ClientLauncher structure (#10160)
authorSmallJoker <SmallJoker@users.noreply.github.com>
Tue, 14 Jul 2020 17:10:37 +0000 (19:10 +0200)
committerGitHub <noreply@github.com>
Tue, 14 Jul 2020 17:10:37 +0000 (19:10 +0200)
commit4fa1e03f6844a24fc4b37f22e7264957b2a71d06
tree0de95205bbe4b2123d87583a5e9639817b39824c
parent2bec83eec0dc2de2d6b8fb0b827e94807ed9b0b8
Cleanup ClientLauncher structure (#10160)

Remove duplicated variables and unify the startup data into a new (inherited) struct.
src/client/clientlauncher.cpp
src/client/clientlauncher.h
src/client/game.cpp
src/client/game.h
src/client/inputhandler.h
src/gameparams.h
src/main.cpp