dlrg: Place constants in an anonymous namespace (#1114)

This commit is contained in:
Gleb Mazovetskiy 2021-03-06 16:56:47 +08:00 committed by GitHub
commit 86bc2ee9da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 32 additions and 12 deletions

View file

@ -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;