ok i have included the litc version in my main.c file of the car test level but it is not showung NM as a mat file when I do the properties. did i do something worong ?

Code:
 //////////////////////////////////////////////////////////////
// carlevel main.c: Load level,init physics, do camera control
//////////////////////////////////////////////////////////////
#include <acknex.h>
#include <default.c>

var camera_arc=100;
//////////////////////////////////////////////////////////////

function start_all();
function zoom_cam();

// global vars
FONT* fontArial = "Arial#20b"; // truetype font
ENTITY* pFocus; // camera will orbit around this entity
var temp[3];
var temp2[3];

//////////////////////////////////////////////////////////////
#include "NM.c"
#include "physics_car.c" // <--- that's where the magic happens
#include "startup01.c" // splash screen
#include "cg_add.c" // Czeslaw Gorski actions
//////////////////////////////////////////////////////////////



Last edited by foodstamp; 07/17/07 04:47.