Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PROPHESSOR committed Feb 28, 2021
1 parent a9d1e0f commit 0557cdc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LANGUAGE.CSV
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default,Identifier,Remarks,Filter,ru
DRRP v0.4.x,DRRP_D_DRRPVERSION,,,
DRRP v0.5.0,DRRP_D_DRRPVERSION,,,
%1 damage!,DRRP_B_ID0,Серые поля не используются в DRRP,,%1 урона!
%1 attacks%2,DRRP_B_ID1,,,%1 атакует%2
%1 took %2 damage!,DRRP_B_ID2,,,%1 получил %2 урона!
Expand Down
2 changes: 1 addition & 1 deletion LANGUAGE.ENU
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
//\\ Base

// DRRP
DRRP_D_DRRPVERSION = "DRRP v0.4.x";
DRRP_D_DRRPVERSION = "DRRP v0.5.0";
DRRP_D_SOUND_SUFFIX = "/en";

DRRP_D_MENU_NEWGAME = "New Game";
Expand Down
4 changes: 1 addition & 3 deletions MENUDEF
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ ListMenu "MainMenu" {
IfGame (DooM) {
STATICPATCH 85, 0, "M_DOOM"
POSITION 92, 72
//StaticText 187, 188, "DRRP v0.5.0pre"
StaticText 187, 188, "$DRRP_D_DRRPVERSION"
// TODO: $DRRP_D_DRRPVERSION
StaticText 187, 180, "$DRRP_D_DRRPVERSION"
}

TEXTITEM "$DRRP_D_MENU_NEWGAME", "N", "PlayerClassMenu"
Expand Down

0 comments on commit 0557cdc

Please sign in to comment.