Change default cammode
This commit is contained in:
parent
c11e2b3011
commit
2ac1d3d912
@ -73,7 +73,7 @@ Controller_Data theControllers[8]; // Processed controller data
|
||||
int pressed = 0;
|
||||
u_short timer = 0;
|
||||
// Cam stuff
|
||||
int camMode = FIXED;
|
||||
int camMode = ACTOR;
|
||||
VECTOR angle = {250,0,0,0};
|
||||
VECTOR angleCam = {0,0,0,0};
|
||||
int dist = 150;
|
||||
|
Loading…
Reference in New Issue
Block a user