I have added the following lines in inferno.c
Code: Select all
int _CDECL_ main (int argc, char *argv[])
{
int h, i, t;
ubyte title_pal [768];
u_int32_t screen_mode;
con_printf (CON_DEBUG, \"test\\n\\n\");
con_printf (CON_NORMAL, \"test\\n\\n\");
Am I right in assuming everything before this point is initialization of SDl (which in turn drives directx) ?
Thanks in advance
Zefrench