summaryrefslogtreecommitdiff
path: root/src/net/messageout.cpp
diff options
context:
space:
mode:
authorDuane Bailey <nayryeliab@gmail.com>2005-09-17 17:20:15 +0000
committerDuane Bailey <nayryeliab@gmail.com>2005-09-17 17:20:15 +0000
commit5cc40aed713f6028656fd35ed710d351fcf1a347 (patch)
treea967fc14d97e2f3567ec0827cbfadb257f4181d4 /src/net/messageout.cpp
parentdb1f671668a615c5e1a4f48009708407bbac8d8c (diff)
downloadMana-5cc40aed713f6028656fd35ed710d351fcf1a347.tar.gz
Mana-5cc40aed713f6028656fd35ed710d351fcf1a347.tar.bz2
Mana-5cc40aed713f6028656fd35ed710d351fcf1a347.tar.xz
Mana-5cc40aed713f6028656fd35ed710d351fcf1a347.zip
2005-09-17 Duane Bailey nayryeliab@gmail.com
* game.h: fixed bugs created by matt * messageout.h: fixed bug concering expand arguments * mesageout.cpp: adding include to win2mac.h and commented out SDL_net include; caused bugs on macs
Diffstat (limited to 'src/net/messageout.cpp')
-rw-r--r--src/net/messageout.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/messageout.cpp b/src/net/messageout.cpp
index aa7f06c4..9c6527e0 100644
--- a/src/net/messageout.cpp
+++ b/src/net/messageout.cpp
@@ -24,7 +24,8 @@
#include "messageout.h"
#include <string>
-#include <SDL_net.h>
+//#include <SDL_net.h>
+#include "win2mac.h"
#include "network.h"
#include "packet.h"