the pain is gone
[carveJwlIkooP6JGAAIwe30JlM.git] / ent_skateshop.c
index 9d31a26627888a32b29b8373c8264037ccccf550..6cf47dc69cd1fb5192d23a291b65a3c301d545bc 100644 (file)
@@ -323,6 +323,7 @@ next_file: tinydir_next( &dir );
 
 VG_STATIC void global_skateshop_exit(void)
 {
+   vg_info( "exit skateshop\n" );
    localplayer.immobile = 0;
    global_skateshop.active = 0;
 }
@@ -439,9 +440,9 @@ VG_STATIC void global_skateshop_preupdate(void)
 
    if( global_skateshop.interface_loc <= k_skateshop_loc_page__viewing ){
 
-      gui_helper_action( NULL, "\x88 \x02\xaf\x03""browse" );
-      gui_helper_action( NULL, "\x1e\x85 \x02\xaf\x03""pick" );
-      gui_helper_action( NULL, "\x1e\x86 \x02\xaf\x03""exit" );
+      gui_helper_action( axis_display_string( k_sraxis_mbrowse_h ), "browse" );
+      gui_helper_action( button_display_string( k_srbind_maccept ), "pick" );
+      gui_helper_action( button_display_string( k_srbind_mback ), "exit" );
       
       int moved = 0;