From 4b70908a529317ce4e57448fe4f4a59e75416537 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Fri, 27 Mar 2009 18:54:04 +0100 Subject: Fixed inventory window. Not resizable though. Resizing of the inventory window may come back later. Also did some more code cleanups, moving defines to enums, getting rid of eAthena-specific offset handling (to be done in the network layer), etc. Mantis-issue: 666 --- src/net/messageout.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/messageout.h') diff --git a/src/net/messageout.h b/src/net/messageout.h index bc701b92..1ddd040d 100644 --- a/src/net/messageout.h +++ b/src/net/messageout.h @@ -19,8 +19,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef MESSAGEOUT_ -#define MESSAGEOUT_ +#ifndef MESSAGEOUT_H +#define MESSAGEOUT_H #include #include -- cgit v1.2.3-60-g2f50