1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-18 10:38:31 +02:00

Reset width of player in mapclass::resetplayer()

The width of the player can be changed by using the Gravitron OoB
glitch. It will not be reset if the game is in glitchrunner mode.
This commit is contained in:
Misa 2020-06-29 15:34:13 -07:00 committed by Ethan Lee
parent 66d19d4cf4
commit ad27a5c154

View File

@ -797,6 +797,7 @@ void mapclass::resetplayer()
obj.entities[i].size = 0;
obj.entities[i].cx = 6;
obj.entities[i].cy = 2;
obj.entities[i].w = 12;
obj.entities[i].h = 21;
}