ref: a01e21d39cc15fc670d8b5d982bd85eaffccbc0f
parent: 36022d5c2f243bebe75dda91cb12591393f87a15
author: smootalicious <smootalicious@gmail.com>
date: Thu Jun 16 00:23:00 EDT 2022
Was not resetting the screen in the case of a generic invalid packet.
--- a/command.c
+++ b/command.c
@@ -134,7 +134,7 @@
SDL_LogError(SDL_LOG_CATEGORY_ERROR, "Invalid packet\n");
dump_packet(size, recv_buf);
- return 1;
+ return 0;
break;
}
}
--
⑨