Still doesn't work.

Is there anything in the actual code that I missed?

See above for the latest code (I haven't changed it since, except trying screen_color).

EDIT: mabye it's in the level load function code?

Last edited by MrCode; 04/12/07 23:24.

Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}