From 77563ec532c8b51134c3020fb3c70a8bed8457fb Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Tue, 2 Sep 2014 15:11:06 -0700 Subject: Rename enum Option to Opt0 --- src/char/char.cpp | 4 ++-- src/io/cxxstdio_enums.hpp | 4 ++-- src/map/atcommand.cpp | 22 +++++++++++----------- src/map/battle.cpp | 2 +- src/map/battle.hpp | 2 +- src/map/chrif.cpp | 2 +- src/map/clif.cpp | 18 +++++++++--------- src/map/clif.t.hpp | 6 +++--- src/map/magic-expr.cpp | 2 +- src/map/magic.cpp | 2 +- src/map/map.hpp | 4 ++-- src/map/mob.cpp | 4 ++-- src/map/npc.cpp | 6 +++--- src/map/pc.cpp | 22 +++++++++++----------- src/map/pc.hpp | 4 ++-- src/map/script.cpp | 4 ++-- src/map/skill.cpp | 8 ++++---- src/mmo/enums.hpp | 10 +++++----- src/mmo/extract_enums.hpp | 4 ++-- 19 files changed, 65 insertions(+), 65 deletions(-) (limited to 'src') diff --git a/src/char/char.cpp b/src/char/char.cpp index d5e887b..4f52663 100644 --- a/src/char/char.cpp +++ b/src/char/char.cpp @@ -807,7 +807,7 @@ CharPair *make_new_char(Session *s, CharName name, const Stats6& stats, uint8_t cd.sp = cd.max_sp; cd.status_point = 0; cd.skill_point = 0; - cd.option = static_cast