mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-27 07:10:24 +00:00
Fixed names and added global
This commit is contained in:
parent
50ede8b9de
commit
d2ab870193
3
bit.cpp
3
bit.cpp
@ -4,6 +4,8 @@
|
||||
#include <cstdlib>
|
||||
|
||||
|
||||
volatile static int BitCount = 0;
|
||||
|
||||
CBit::CBit() {
|
||||
|
||||
this->mPos.vx = 0;
|
||||
@ -23,6 +25,7 @@ CBit::CBit() {
|
||||
this->mFric.vx = 1;
|
||||
this->mFric.vy = 1;
|
||||
this->mFric.vz = 1;
|
||||
BitCount++;
|
||||
}
|
||||
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user