From db060b0d6b5a62caa331dcec9f06695a1af6ae15 Mon Sep 17 00:00:00 2001 From: "Marat Zakiyanov (Mario79)" Date: Tue, 23 Dec 2014 02:48:30 +0000 Subject: [PATCH] Fix for SVN r.5257 git-svn-id: svn://kolibrios.org@5258 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/games/rstearth/i_data.inc | 8 ++++++++ programs/games/rstearth/localization_rus.inc | 8 -------- 2 files changed, 8 insertions(+), 8 deletions(-) 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 ;--------------------------------------