mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-07-07 19:45:00 +00:00
Attempt to fix external playtesting not respecting colour
This commit is contained in:
parent
5816e6f51a
commit
6809aa0135
1 changed files with 1 additions and 0 deletions
|
@ -1420,6 +1420,7 @@ next:
|
||||||
if (SDL_strcmp(pKey, "PlayerColour") == 0)
|
if (SDL_strcmp(pKey, "PlayerColour") == 0)
|
||||||
{
|
{
|
||||||
player_colour = help.Int(pText);
|
player_colour = help.Int(pText);
|
||||||
|
game.savecolour = player_colour;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue