Overhaul to console structure, a bit
This commit is contained in:
+2
-2
@@ -79,7 +79,7 @@ void KeyDown(kbutton_t *b) {
|
||||
else if (!b->down[1])
|
||||
b->down[1] = k;
|
||||
else {
|
||||
Con_Printf("Three keys down for a button!\n");
|
||||
console::info("Three keys down for a button!\n");
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -388,7 +388,7 @@ void CL_SendMove(const usercmd_t *cmd) {
|
||||
return;
|
||||
|
||||
if (NET_SendUnreliableMessage(cls.netcon, &buf) == -1) {
|
||||
Con_Printf("CL_SendMove: lost server connection\n");
|
||||
console::info("CL_SendMove: lost server connection\n");
|
||||
CL_Disconnect();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user