Skip to content

Commit

Permalink
Fix minor CH 7
Browse files Browse the repository at this point in the history
  • Loading branch information
simustyt committed May 22, 2024
1 parent fe86241 commit a4194b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class tutorial.chapter_07 extends basic_chapter
// Step 2
goal_lod2 = 400
st2_c = tile_x(30,30,0)
stop2 = tile_x(30,31,0)
stop2 = tile_x(32,31,0)

function load_limits(city) //Load all limits for citys
{
Expand Down

0 comments on commit a4194b0

Please sign in to comment.