mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Fix copy-paste bug in command-line playtesting code
Found this because when I compiled with Clang, -Wself-assign-field was enabled.
This commit is contained in:
@@ -5196,7 +5196,7 @@ void Game::customloadquick(std::string savfile)
|
||||
{
|
||||
if (cliplaytest) {
|
||||
savex = playx;
|
||||
savey = savey;
|
||||
savey = playy;
|
||||
saverx = playrx;
|
||||
savery = playry;
|
||||
savegc = playgc;
|
||||
|
||||
Reference in New Issue
Block a user