diff --git a/src/Draw.cpp b/src/Draw.cpp index 234678b8..d391a0ce 100644 --- a/src/Draw.cpp +++ b/src/Draw.cpp @@ -54,13 +54,11 @@ static struct BOOL bSystem; // Basically a 'do not regenerate' flag } surface_metadata[SURFACE_ID_MAX]; -// The original names for these variables are unknown static int client_x; static int client_y; #define FRAMERATE 20 -// The original name for this function is unknown void SetClientOffset(int width, int height) { client_x = width;