When freeze_mode= 1, all entity functions stop running. When freeze_mode= 2, all functions stop running.

Maybe if you could post your code, that would help.


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