Commit.
BIN
data/hiscores.db
Before Width: | Height: | Size: 472 B After Width: | Height: | Size: 543 B |
Before Width: | Height: | Size: 537 B After Width: | Height: | Size: 597 B |
Before Width: | Height: | Size: 833 B After Width: | Height: | Size: 862 B |
Before Width: | Height: | Size: 750 B After Width: | Height: | Size: 826 B |
Before Width: | Height: | Size: 876 B After Width: | Height: | Size: 909 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 907 B After Width: | Height: | Size: 982 B |
Before Width: | Height: | Size: 724 B After Width: | Height: | Size: 822 B |
Before Width: | Height: | Size: 816 B After Width: | Height: | Size: 880 B |
2
rc.c
|
@ -9408,6 +9408,8 @@ int movex(sprite_t *s,double amt,int onpurpose) {
|
||||||
// walking on sticky tiles?
|
// walking on sticky tiles?
|
||||||
if (tt->sticky && onpurpose && !s->falling) {
|
if (tt->sticky && onpurpose && !s->falling) {
|
||||||
amt /= 2;
|
amt /= 2;
|
||||||
|
// enforce minimum speed for player
|
||||||
|
if (isplayer(s) && amt < 1) amt = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
curx = s->x;
|
curx = s->x;
|
||||||
|
|