X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;ds=sidebyside;f=skaterift.h;h=85eb8554055f892f4b28d19beaaaf70c37e36ba0;hb=95f6ef1a859423a0d9554ac6a9f4c6cbd8bb540c;hp=f3e025885e3d9722b77da23af45fdee181a8c054;hpb=5f6a4f9df6c8accc89f1920bfe9ace3cbac4c4b6;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/skaterift.h b/skaterift.h index f3e0258..85eb855 100644 --- a/skaterift.h +++ b/skaterift.h @@ -16,12 +16,6 @@ struct skaterift_globals { k_async_op_none, k_async_op_clientloading, - k_async_op_world_scan, - k_async_op_world_load_preview, - k_async_op_board_scan, - k_async_op_player_scan, - k_async_op_board_load, - k_async_op_write_savedata, } op; @@ -33,7 +27,6 @@ struct skaterift_globals k_skaterift_replay = 0x01, k_skaterift_ent_focus = 0x02, k_skaterift_menu = 0x04, - k_skaterift_world_map = 0x08, } activity; GLuint rt_textures[k_skaterift_rt_max];