dlrg: Place constants in an anonymous namespace (#1114)
This commit is contained in:
parent
ba6a78ebc8
commit
86bc2ee9da
4 changed files with 32 additions and 12 deletions
|
|
@ -15,6 +15,9 @@ int diabquad3x;
|
|||
int diabquad3y;
|
||||
int diabquad4x;
|
||||
int diabquad4y;
|
||||
|
||||
namespace {
|
||||
|
||||
BOOL hallok[20];
|
||||
int l4holdx;
|
||||
int l4holdy;
|
||||
|
|
@ -141,6 +144,8 @@ const BYTE L4BTYPES[140] = {
|
|||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
||||
static void DRLG_L4Shadows()
|
||||
{
|
||||
int x, y;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue