13-05-2008, 12:12 AM
Why would you want to do this anyways?
Stop trying to make it so complicated. You do all your blt'ing in the game loop, you don't need to separate it into 100 different functions.
If it's not going to be used a lot you still keep it in there...doing the proper checks.
Why do you think we use a main game loop and not 10 different timers each dealing with a different thing?
Listen to Spodi, it's about logic...
Stop trying to make it so complicated. You do all your blt'ing in the game loop, you don't need to separate it into 100 different functions.
If it's not going to be used a lot you still keep it in there...doing the proper checks.
Why do you think we use a main game loop and not 10 different timers each dealing with a different thing?
Listen to Spodi, it's about logic...