Fixed linux compile error.

Modified for Macromedia Flash Support.
This commit is contained in:
Charles Lohr
2004-03-31 04:18:44 +00:00
parent 2ada267834
commit b31fd636ff
2 changed files with 98 additions and 36 deletions
+6 -1
View File
@@ -37,7 +37,7 @@ private:
int m_score;
int m_combo;
bool appendWithZero; //Append 4 0s at end of packet.
bool FlashXMLStyle; //Append 4 0s at end of packet.
//For FLASH client.
bool useSMserver;
@@ -57,6 +57,11 @@ private:
int m_combo; //Player's Current Combo
int m_life; //Player's Life
};
struct netHolderFlash
{
char data[73];
};
};