summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e1f115c)
raw | patch | inline | side by side (parent: e1f115c)
author | Dmitry D. Chernov <blackdoomer@yandex.ru> | |
Thu, 2 Nov 2023 15:23:25 +0000 (01:23 +1000) | ||
committer | Dmitry D. Chernov <blackdoomer@yandex.ru> | |
Thu, 2 Nov 2023 15:23:25 +0000 (01:23 +1000) |
Bug report: https://doom2d.org/forum/viewtopic.php?f=36&t=3283
src/game/g_player.pas | patch | blob | history |
diff --git a/src/game/g_player.pas b/src/game/g_player.pas
index d0275d093fca62244370f201ff0cabb68bcb98f8..790d419283314680739cebf3093014f842c0a6de 100644 (file)
--- a/src/game/g_player.pas
+++ b/src/game/g_player.pas
FModel.Draw(fX, fY+fSlope);
end
else
- FModel.Draw(fX, fY+fSlope, 254);
+ FModel.Draw(fX, fY+fSlope, 255);
end
else
FModel.Draw(fX, fY+fSlope);