diff options
Diffstat (limited to 'xd.c')
-rw-r--r-- | xd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3813,7 +3813,7 @@ static void CatwalkDemo(void) static Obj3D trench = {8,3,{0,0,0},trench_point,trench_poly,trench_work_3d,trench_work_xp, - 0,0,0,MODE_EDGE,-1,True}; + 0,0,0,MODE_WIRE,-1,True}; static const int no_catwalk = 5; |