Skip to content

Commit

Permalink
Increase radius for first stormdrain button
Browse files Browse the repository at this point in the history
  • Loading branch information
fatalis committed Oct 29, 2015
1 parent a767940 commit cf7bd1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menl_hooks/dllmain.d
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ void InitData()

// special cases
g_levelStreamData ~= new LevelStreamData("Stormdrain_Std", 15, "Stormdrain_StdP-StdE_slc_Lgts",
Vector3f(1321f, -30039f, -6635f), 150f);
Vector3f(1321f, -30039f, -6635f), 170f);
g_levelStreamData ~= new LevelStreamData("Stormdrain_StdP", 10, "Stormdrain_StdE-Out_Blding_slc",
Vector3f(1488f, -10488f, -7267f), 70f);

Expand Down

0 comments on commit cf7bd1a

Please sign in to comment.