areaeditor/
/*
** AreaEditor - a program for editing SMAUG and ROM area files.
** Author: Nick Gammon
** http://www.gammon.com.au/
** See Copyright Notice at the end of AreaEditor.h
*/

#include "stdafx.h"
#include "AreaEditor.h"


CSkillAffect::CSkillAffect ()  // constructor
  {
  location = 0;
  bitvector = 0;
  } // end of constructor