Change default cammode

This commit is contained in:
ABelliqueux 2021-06-23 19:40:42 +02:00
parent c11e2b3011
commit 2ac1d3d912

View File

@ -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;