FYI of those even remotely interested, 32,768 is the correct figure. 2^16 =65536, however languages use 2's complement to represent positive and negative numbers, this basically means a 16 bit integer will represent a number in the range -32,768 through to +32,768, Civ2 uses standard 16 bit numbers and can therefore never exceed +32,768