/*****************************************************
**     _________       __                           **
**     \_   ___ \_____|__| _____  ________  ___     **
**      /    \  \/_  __ \ |/     \/  ___/_ \/   \   **
**      \     \___|  | \/ |  | |  \___ \  / ) |  \  **
**       \______  /__| |__|__|_|  /____ \__/__|  /  **
**         ____\/____ _        \/ ___ \/      \/    **
**         \______   \ |_____  __| _/___            **
**          |    |  _/ |\__  \/ __ | __ \           **
**          |    |   \ |_/ __ \  / | ___/_          **
**          |_____  /__/____  /_  /___  /           **
**               \/Antipode\/  \/    \/             **
******************************************************
**         Crimson Blade Codebase (CbC)             **
**     (c) 2000-2002 John Bellone (Noplex)          **
**           Coders: Noplex, Krowe                  **
**        http://www.crimsonblade.org               **
*****************************************************/

Hometown Snippet Changes for v2.2:
 - Removed old way of lookup up nations/hometowns
 - Removed the need for -two- lookup functions for nations/hometowns
 - Removed the old way of using linked lists; now uses an array
 + Faster lookups

Hometown Snippet changes for v2.0:

 - Removed hard-coded hometowns
 - Removed hard-coded lookup of hometowns from handler.c
 + Full re-write of the hometown system
 + New filesystem for Hometowns
 + Included updated version of Nations-module from CbC
  - Removed nations needing a race
  + Adapted module for the 'better' file handling system
  + Nation-leader controls added 'setnation'
 + MOB-progs for citizenship of a hometown
