posted 08-31- 09:53 AM CT (US) When i play my d-mod my status bar does not appear
I have tried Putting set_mode(2); &update_status = 1; draw_status(); in the start-1.c file but that doesn't work either what do i do or am i doing something wrong
Tamtur
posted 08-31- 02:03 PM CT (US)
I had a similar problem a while ago; my problem was that I had draw_screen after draw_status. It needs to be the other way around, otherwise the draw_screen erases the status bar.