summaryrefslogtreecommitdiff
path: root/src/graphics_c3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics_c3.c')
-rw-r--r--src/graphics_c3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graphics_c3.c b/src/graphics_c3.c
index 1d69ca6..534863c 100644
--- a/src/graphics_c3.c
+++ b/src/graphics_c3.c
@@ -523,6 +523,7 @@ int graphics_init() {
global.camera.p.y=10;//10 units above the ground should be as low as it goes.
global.camera.p.z=-6;
+ gra_global.oldcamera=global.camera.r;
gra_global.input_mode=DEFAULT_INPUT_MODE;
gra_global.split_screen=SPLIT_SCREEN;
gra_global.split_flip=-1;