/**********************************************************************
This file is part of Crack dot Com's free source code release of
Golgotha.
for
information about compiling & licensing issues visit this URL
If that doesn't help, contact Jonathan Clark at
golgotha_source@usa.net (Subject should have "GOLG" in it)
***********************************************************************/
#ifndef G1_SPEED_HH
#define G1_SPEED_HH
extern int G1_HZ; // defined in main.cc
enum { G1_MOVIE_HZ=30 }; // speed at which movies are played (stored anyway)
#endif