mirror of
https://github.com/halpz/re3.git
synced 2025-07-26 00:02:45 +00:00
CMessages::GetTokenPadKeyString
This commit is contained in:
@ -358,7 +358,7 @@ CFont::PrintChar(float x, float y, wchar c)
|
||||
CSprite2d::AddToBuffer(
|
||||
CRect(x, y + RenderState.scaleY * 4.0f,
|
||||
x + 32.0f * RenderState.scaleY * xScale * 0.96f,
|
||||
y + 4.0f * RenderState.scaleY * + 16.0f * RenderState.scaleY),
|
||||
y + 4.0f * RenderState.scaleY + 16.0f * RenderState.scaleY),
|
||||
RenderState.color,
|
||||
xoff / 16.0f, yoff / 12.8f + 0.0021f,
|
||||
(xoff + 1.0f) / 16.0f - 0.001f, yoff / 12.8f + 0.0021f,
|
||||
|
@ -188,24 +188,25 @@ struct
|
||||
{ "", "" },
|
||||
{ "", "" },
|
||||
{ "radardisc", "radardisc" },
|
||||
{ "radardiscback", "" },
|
||||
{ "", "" },
|
||||
{ "", "" },
|
||||
{ "", "" },
|
||||
{ "", "" },
|
||||
{ "", "" },
|
||||
{ "", "" },
|
||||
{ "", "" },
|
||||
{ "", "" },
|
||||
{ "", "" },
|
||||
{ "", "" },
|
||||
{ "", "" },
|
||||
{ "", "" },
|
||||
{ "bar_inside1dark", "" },
|
||||
{ "bar_inside2dark", "" },
|
||||
{ "hudnumbers", "" },
|
||||
{ "bar_inside1", "" },
|
||||
{ "bar_inside2", "" },
|
||||
{ "bar_outline", "" },
|
||||
{ "sitesniper", "sitesniperm" },
|
||||
{ "siteM16", "siteM16m" },
|
||||
{ "sitelaser", "sitelaserm" },
|
||||
{ "laserdot", "laserdotm" },
|
||||
{ "viewfinder_128", "viewfinder_128m" },
|
||||
{ "bleeder", "" }
|
||||
{ "bleeder", "" },
|
||||
{ "gren_rem", "noMaskNeeded" }
|
||||
};
|
||||
|
||||
RwTexture *gpSniperSightTex;
|
||||
|
@ -44,7 +44,7 @@ enum eSprites
|
||||
HUD_LASERDOT,
|
||||
HUD_VIEWFINDER,
|
||||
HUD_BLEEDER,
|
||||
NUM_HUD_SPRITES = 69,
|
||||
NUM_HUD_SPRITES = 70,
|
||||
};
|
||||
|
||||
extern float BigMessageInUse[6];
|
||||
|
Reference in New Issue
Block a user