File src/track.c


Included Files


Preprocessor definitions

#define UTSZ 50

Local Variables

utcnt
static int utcnt
Used in: gettrack()
  initrack()
  settrack()

utpnt
static int utpnt
Used in: gettrack()
  initrack()
  settrack()

utrack
static coord utrack[50]
Used in: gettrack()
  settrack()


Global Function gettrack()

coord* gettrack ( int x, int y )
Prototyped in: include/extern.h
Calls: distmin()src/hacklib.c
Called by: dog_goal()src/dogmove.c
  m_move()src/monmove.c
References Variables: utcntsrc/track.c
  utpntsrc/track.c
  utracksrc/track.c

Global Function initrack()

void initrack ( void )
Prototyped in: include/extern.h
Called by: goto_level()src/do.c
  moveloop()src/allmain.c
  teleds()src/teleport.c
References Variables: utcntsrc/track.c
  utpntsrc/track.c

Global Function settrack()

void settrack ( void )
Prototyped in: include/extern.h
Called by: moveloop()src/allmain.c
References Variables: usrc/decl.c
  utcntsrc/track.c
  utpntsrc/track.c
  utracksrc/track.c