~ubuntu-branches/ubuntu/karmic/rott/karmic-proposed

« back to all changes in this revision

Viewing changes to _rt_door.h

  • Committer: Bazaar Package Importer
  • Author(s): Fabian Greffrath
  • Date: 2008-01-27 20:00:00 UTC
  • mfrom: (1.1.1 upstream) (2.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080127200000-myle9y0099o45sfv
Tags: 1.0+dfsg-2
* debian/patches/01-custom-datapath.dpatch,
  debian/patches/13-improve-makefile.dpatch:
  + Changed DATADIR back to "/usr/share/games/rott/".

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
Copyright (C) 1994-1995 Apogee Software, Ltd.
 
3
 
 
4
This program is free software; you can redistribute it and/or
 
5
modify it under the terms of the GNU General Public License
 
6
as published by the Free Software Foundation; either version 2
 
7
of the License, or (at your option) any later version.
 
8
 
 
9
This program is distributed in the hope that it will be useful,
 
10
but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
12
 
 
13
See the GNU General Public License for more details.
 
14
 
 
15
You should have received a copy of the GNU General Public License
 
16
along with this program; if not, write to the Free Software
 
17
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
18
 
 
19
*/
 
20
#ifndef _rt_door_private
 
21
#define _rt_door_private
 
22
 
 
23
#define OPENTICS        165
 
24
 
 
25
typedef struct tp
 
26
 {
 
27
  signed char actionindex;
 
28
  signed char swapactionindex;
 
29
  int         whichobj;
 
30
  byte        tictime;
 
31
  byte        ticcount;
 
32
  byte        triggered;
 
33
  byte        complete;
 
34
  byte        done;
 
35
 } saved_touch_type;
 
36
 
 
37
 
 
38
#define NUMTOUCHPLATEACTIONS 8
 
39
 
 
40
#define FL_TACT 0x4000
 
41
#define FL_TSTAT 0x8000
 
42
 
 
43
#define PUSHWALLSPEED 10
 
44
 
 
45
#define AMW_NUMFRAMES 9
 
46
#define AMW_TICCOUNT  3
 
47
 
 
48
#endif