mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 23:42:11 +00:00
Don't flip P1 of a two-character save card, for aesthetique reasons.
This commit is contained in:
parent
bc00380aa4
commit
960ee7fe72
1 changed files with 1 additions and 1 deletions
|
@ -7832,7 +7832,7 @@ static void M_DrawLoadGameData(void)
|
|||
Z_Free(colormap);
|
||||
|
||||
tempx -= (20<<FRACBITS);
|
||||
flip = V_FLIP;
|
||||
//flip = V_FLIP;
|
||||
}
|
||||
skipbot:
|
||||
// signpost image
|
||||
|
|
Loading…
Reference in a new issue