shithub: cstory

Download patch

ref: 7820926bfd52b58f28479dfd90b2eef0a290b183
parent: c34a7fc3549c8d33439ee60396954d031b34f515
author: Clownacy <Clownacy@users.noreply.github.com>
date: Sun Mar 22 11:37:00 EDT 2020

Remove outdated comments

--- a/src/Draw.cpp
+++ b/src/Draw.cpp
@@ -54,13 +54,11 @@
 	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;