From e042008f2b7295243d2e6c72f948febe3cad0516 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Sun, 18 Nov 2012 23:15:48 +0100 Subject: Revert "Refactored menu event handling and got rid of several windom calls." This reverts commit d1a5c738e62a9f0cb85658b435eefa8749006edc. this change belongs into a new branch --- atari/misc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'atari/misc.c') diff --git a/atari/misc.c b/atari/misc.c index e5b0dc137..8b745fd2f 100755 --- a/atari/misc.c +++ b/atari/misc.c @@ -273,8 +273,7 @@ char *get_rsc_string( int idx) { OBJECT *get_tree( int idx) { OBJECT *tree; - rsrc_gaddr(R_TREE, idx, &tree); - //RsrcGaddr( h_gem_rsrc, R_TREE, idx, &tree); + RsrcGaddr( h_gem_rsrc, R_TREE, idx, &tree); return tree; } -- cgit v1.2.3