diff options
| author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2023-03-26 16:45:44 +0900 |
|---|---|---|
| committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2023-03-26 16:45:44 +0900 |
| commit | 589d2341a389dab8faad1182da1d857b9fdd25cf (patch) | |
| tree | 2313002d3315febb151a5d738d82693470ad19ba /src/Person.cpp | |
| parent | 3a44b6a2e52295de2d5b574cdbabb73f43b4e629 (diff) | |
| download | blackshades-589d2341a389dab8faad1182da1d857b9fdd25cf.tar.gz | |
Remove a few global variables
Diffstat (limited to 'src/Person.cpp')
| -rw-r--r-- | src/Person.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Person.cpp b/src/Person.cpp index c644aab..c5ce963 100644 --- a/src/Person.cpp +++ b/src/Person.cpp @@ -198,7 +198,6 @@ HitStruct Person::BulletCollideWithPlayer(int who, XYZ start, XYZ end){ return hitstruct; } -extern float camerashake; void Person::DoAnimations(int who) { if (target > 1 && !skeleton.free) { |
