Remove outdated comments
This commit is contained in:
parent
c34a7fc354
commit
7820926bfd
1 changed files with 0 additions and 2 deletions
|
@ -54,13 +54,11 @@ static struct
|
||||||
BOOL bSystem; // Basically a 'do not regenerate' flag
|
BOOL bSystem; // Basically a 'do not regenerate' flag
|
||||||
} surface_metadata[SURFACE_ID_MAX];
|
} surface_metadata[SURFACE_ID_MAX];
|
||||||
|
|
||||||
// The original names for these variables are unknown
|
|
||||||
static int client_x;
|
static int client_x;
|
||||||
static int client_y;
|
static int client_y;
|
||||||
|
|
||||||
#define FRAMERATE 20
|
#define FRAMERATE 20
|
||||||
|
|
||||||
// The original name for this function is unknown
|
|
||||||
void SetClientOffset(int width, int height)
|
void SetClientOffset(int width, int height)
|
||||||
{
|
{
|
||||||
client_x = width;
|
client_x = width;
|
||||||
|
|
Loading…
Add table
Reference in a new issue