Added some code to help figure out errors.

This commit is contained in:
Charles Lohr
2004-09-06 18:20:16 +00:00
parent d01e654507
commit bc628082ba
5 changed files with 19 additions and 4 deletions
+2
View File
@@ -81,6 +81,8 @@ class StepManiaLanServer {
StepManiaLanServer();
~StepManiaLanServer();
CString servername;
CString lastError;
int lastErrorCode;
private:
bool stop;
PacketFunctions Packet;