From b353ae37eb6d374aec4127f1849a5dce81f812b5 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Tue, 24 Jun 2014 18:52:00 -0700 Subject: No one is .neutral() here (except IPv4 addresses) --- src/mmo/extract.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mmo/extract.hpp') diff --git a/src/mmo/extract.hpp b/src/mmo/extract.hpp index ab65661..1154545 100644 --- a/src/mmo/extract.hpp +++ b/src/mmo/extract.hpp @@ -208,9 +208,9 @@ bool extract(XString str, VRecord rec) && extract(str.xislice_t(s + 1), rec); } -bool extract(XString str, struct global_reg *var); +bool extract(XString str, GlobalReg *var); -bool extract(XString str, struct item *it); +bool extract(XString str, Item *it); bool extract(XString str, MapName *m); -- cgit v1.2.3-70-g09d2