Weird Question

I have these two lines of code in allegro
1
2
 install_int_ex(inctmr,BPS_TO_TIMER(30));
        install_int_ex(incsec,SECS_TO_TIMER(1));

I want one to limit frames per second and the other to minus one second from a timer I have set up.
My problem is the frames per second affect my countdown AND the frames per second
while the second doesn't do anything.
you must ask your question in allegro game engine forum but i can one Advice to you : if you want continue 2d game programming start ClanLib game engine
Thank you. I will go to the allegro forum and also check out clan lib.
Topic archived. No new replies allowed.