Skip to content

Commit

Permalink
Fix waypoint lines dissappearing :)
Browse files Browse the repository at this point in the history
  • Loading branch information
villelahdenvuo committed Apr 2, 2013
1 parent f1cf431 commit 3ff47dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renderer.CB
Expand Up @@ -107,7 +107,7 @@ Color cbwhite
Next i
Return

drawwaypoints:
drawWaypoints:
Color cbwhite
For wp.WAYPOINTS = Each WAYPOINTS
tx = wp\tx
Expand All @@ -116,7 +116,7 @@ drawwaypoints:
wpx = sx
wpy = sy
DrawImage flags(0), sx, sy - 12
If wp\lx <> wp\tx And wp\ly <> wp\ty Then
If wp\lx <> wp\tx Or wp\ly <> wp\ty Then
tx = wp\lx
ty = wp\ly
Gosub kamera
Expand Down

0 comments on commit 3ff47dd

Please sign in to comment.