Can someone please help me correct the code to draw an image?
Here is my code:
create_win_flag("ArmorInfoWnd", 10, 0, 320, 200, WIN_FLAG_DONTMOVE);
SelectWin("ArmorInfoWnd");
draw_image("../img/HR_SCRN_BG.FRM", 0, 10, 0, 1);
All it draws is just black rectangle. The image isn't drawn!