add network view for glider
[carveJwlIkooP6JGAAIwe30JlM.git] / ent_skateshop.c
index 251a58595addae93f9f51c241159612c811c04cb..85a0fa48b5fda101d32380f03790b9ca3c3532df 100644 (file)
@@ -10,7 +10,6 @@
 #include "player.h"
 #include "gui.h"
 #include "menu.h"
-#include "highscores.h"
 #include "steam.h"
 #include "addon.h"
 #include "save.h"
@@ -812,6 +811,8 @@ static void ent_skateshop_call( world_instance *world, ent_call *call ){
          vg_str text;
          global_skateshop.helper_pick = gui_new_helper(
                      input_button_list[k_srbind_maccept], &text);
+         if( gui_new_helper( input_button_list[k_srbind_mback], &text ))
+            vg_strcat( &text, "exit" );
          skateshop_server_helper_update();
       }
    }