From 7ce021a8e4fce72af6e79cad22243bdd50bb8656 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sun, 20 Feb 2005 20:56:59 +0000 Subject: Reverted changes to skill dialog, a new one will be developed alongside it so that the current one remains working for now. Also XML maps now can load but not the base64 or gzip kind yet. --- src/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 686763ba..4b5b745c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -393,6 +393,7 @@ int main(int argc, char *argv[]) // This function also increases the XP of the skill by the given parameter. // Call n_base to return the actual value, regardless of equipment modifiers. // ---by Kyokai +/* int PLAYER_INFO::GetSkill(int n_ID, int n_XP, int n_base) { if (n_ID > N_SKILLS || n_ID < 0) // out of cheese error, abort function @@ -418,4 +419,4 @@ int PLAYER_INFO::GetSkill(int n_ID, int n_XP, int n_base) return r; // return the value } - +*/ -- cgit v1.2.3-70-g09d2