diff --git a/programs/games/rstearth/i_data.inc b/programs/games/rstearth/i_data.inc index f2da36519e..89332e7ce8 100644 --- a/programs/games/rstearth/i_data.inc +++ b/programs/games/rstearth/i_data.inc @@ -259,4 +259,12 @@ protagonist_position: .x dd 4 .y dd 4 ;--------------------------------------------------------------------- +main_menu_text_pointers: + dd menu_game_label + dd menu_settings_label + dd menu_credits_label + dd menu_help_label + dd menu_exit_label + dd 0 +;--------------------------------------------------------------------- diff --git a/programs/games/rstearth/localization_rus.inc b/programs/games/rstearth/localization_rus.inc index a93fb2cd2d..1582f54818 100644 --- a/programs/games/rstearth/localization_rus.inc +++ b/programs/games/rstearth/localization_rus.inc @@ -4,14 +4,6 @@ title: db 'Ржавая Земля (Прототип 1.5) 23.12.2014',0 ;--------------------------------------------------------------------- -main_menu_text_pointers: - dd menu_game_label - dd menu_settings_label - dd menu_credits_label - dd menu_help_label - dd menu_exit_label - dd 0 -;--------------------------------------------------------------------- menu_game_label: db 'ИГРА',0 ;--------------------------------------