projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73b24e8
)
removed unnecessary parentheses
author
Holger Schemel
<holger.schemel@virtion.de>
Sat, 11 Jan 2025 20:03:32 +0000
(21:03 +0100)
committer
Holger Schemel
<holger.schemel@virtion.de>
Sat, 11 Jan 2025 20:03:47 +0000
(21:03 +0100)
src/game_bd/bd_cave.c
patch
|
blob
|
history
diff --git
a/src/game_bd/bd_cave.c
b/src/game_bd/bd_cave.c
index 6fec4dd6ac168f4e94880253ea585c641ce723e7..490894d8aa660b8193df44d7180d4e6515eb9df5 100644
(file)
--- a/
src/game_bd/bd_cave.c
+++ b/
src/game_bd/bd_cave.c
@@
-1556,7
+1556,7
@@
void gd_drawcave_game(const GdCave *cave,
}
// player
- if (
(cave->last_direction)
== GD_MV_STILL)
+ if (
cave->last_direction
== GD_MV_STILL)
{
// player is idle.
if (player_blinking && player_tapping)