Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Client/game_sa/CRadarSA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ VOID CRadarSA::DrawAreaOnRadar(float fX1, float fY1, float fX2, float fY2, const
{
push eax

push 0
push 1 //bool
lea eax, abgr
push eax
lea eax, myRect
Expand Down