simeonpilgrim / coab

Automatically exported from code.google.com/p/coab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improper name "max_class_levels" for hit dice limits

GoogleCodeExporter opened this issue · comments

Type: Code beautify
Severity: remark

That steps will reproduce the problem?
None. Just a code beautify issue.

What is the expected output? What do you see instead?
References to code are from SVN tip dated 11 Sep 2009.
Notes marked with //S:
Gbl.cs: line 269
        public readonly static byte[] max_class_levels =  { 10, 15, 10, 10,
11, 12, 11, 13 }; // byte_1A1CB seg600:3EBB
//S: should be:
        public readonly static byte[] max_class_hit_dice =  { 10, 15, 10,
10, 11, 12, 11, 13 }; // byte_1A1CB seg600:3EBB

The variable is referenced in ovr018.cs and ovr024.cs

What version of the product are you using? On what operating system?
1.0.20 on Win XP

Please provide any additional information below.


Original issue reported on code.google.com by surrano on 16 Sep 2009 at 6:34

good point.

Original comment by simeon.pilgrim on 19 Sep 2009 at 6:16

  • Changed state: Fixed

Original comment by simeon.pilgrim on 28 Jul 2010 at 10:32