summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xatari/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/gui.c b/atari/gui.c
index 849d1c69a..f931c9d91 100755
--- a/atari/gui.c
+++ b/atari/gui.c
@@ -914,7 +914,7 @@ static void gui_init(int argc, char** argv)
rsc_ntree = RsrcGhdr(h_gem_rsrc)->ntree;
RsrcGaddr( h_gem_rsrc, R_TREE, MAINMENU , &h_gem_menu );
- RsrcXtype( RSRC_XALL, rsc_trindex, rsc_ntree);
+ RsrcXtype( RSRC_XTYPE, rsc_trindex, rsc_ntree);
create_cursor(0, POINT_HAND, NULL, &gem_cursors.hand );
create_cursor(0, TEXT_CRSR, NULL, &gem_cursors.ibeam );