summaryrefslogtreecommitdiff
path: root/atari/misc.c
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-11-18 23:15:48 +0100
committerOle Loots <ole@monochrom.net>2012-11-18 23:15:48 +0100
commite042008f2b7295243d2e6c72f948febe3cad0516 (patch)
tree85ae0f3ade4b8017a137b0df08b78ce29edac4b0 /atari/misc.c
parent47c0ce6f14417da5c169e3a79a4396c7d2d5eea5 (diff)
downloadnetsurf-e042008f2b7295243d2e6c72f948febe3cad0516.tar.gz
netsurf-e042008f2b7295243d2e6c72f948febe3cad0516.tar.bz2
Revert "Refactored menu event handling and got rid of several windom calls."
This reverts commit d1a5c738e62a9f0cb85658b435eefa8749006edc. this change belongs into a new branch
Diffstat (limited to 'atari/misc.c')
-rwxr-xr-xatari/misc.c3
1 files changed, 1 insertions, 2 deletions
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;
}