Skip to content

Commit

Permalink
Quick fix to duck hull view
Browse files Browse the repository at this point in the history
  • Loading branch information
Gocnak committed Oct 16, 2016
1 parent ee48419 commit 5446a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mp/src/game/shared/momentum/mom_gamerules.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ static CViewVectors g_MOMViewVectors(

Vector(-16, -16, 0), // duck hull min
Vector(16, 16, 45), // duck hull max
Vector(0, 0, 47), // duck view
Vector(0, 0, 45), // duck view

Vector(-10, -10, -10), // observer hull min
Vector(10, 10, 10), // observer hull max
Expand Down

0 comments on commit 5446a54

Please sign in to comment.