Pause for the system

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
NightBird
Posts: 12
Joined: Tue May 25, 2004 6:47 pm

Pause for the system

Post by NightBird »

Ok, I have a system that is a pause screen. However, I've ran into the problem that the automated stuff done by Irrlicht(like lights moving around on a preset course, animations, etc etc etc) continue happening. Is there a way to keep these from happening during execution of the pause screen?
Guest

Post by Guest »

on windows, try using "Sleep(ms);"..requires windows.h
perhaps this will work
Robomaniac
Posts: 602
Joined: Sat Aug 23, 2003 2:03 am
Location: Pottstown, PA
Contact:

Post by Robomaniac »

This was posted b4, check the faq posting
The Robomaniac
Project Head / Lead Programmer
Centaur Force
Post Reply