mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-09 10:29:45 +01: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:
parent
66d19d4cf4
commit
ad27a5c154
1 changed files with 1 additions and 0 deletions
|
@ -797,6 +797,7 @@ void mapclass::resetplayer()
|
||||||
obj.entities[i].size = 0;
|
obj.entities[i].size = 0;
|
||||||
obj.entities[i].cx = 6;
|
obj.entities[i].cx = 6;
|
||||||
obj.entities[i].cy = 2;
|
obj.entities[i].cy = 2;
|
||||||
|
obj.entities[i].w = 12;
|
||||||
obj.entities[i].h = 21;
|
obj.entities[i].h = 21;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue