~ubuntu-branches/ubuntu/hardy/gravitywars/hardy

« back to all changes in this revision

Viewing changes to memory.h

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hocevar (Debian packages)
  • Date: 2004-07-11 11:48:51 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040711114851-2xcl09fhx9o65ojb
Tags: 1.102-28
* debian/control:
  + Set policy to 3.6.1.1.
* moveship.c:
  + Fixed build with gcc-3.4, thanks to Andreas Jochens (Closes: #258737).
  + Fixed other warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#include <stdio.h>
5
5
 
6
6
extern char gamename[128];
7
 
extern gamenamelen;
 
7
extern int gamenamelen;
8
8
 
9
9
extern FILE *fileptr;
10
10
extern char buffer[320*33];
92
92
extern long  delay_len;
93
93
 
94
94
/* If you are running out of memory change the BSD routine
95
 
/* I just didn't like performing 4 divisions by 10, or
96
 
/* figuring out a better way... */
 
95
 * I just didn't like performing 4 divisions by 10, or
 
96
 * figuring out a better way... */
97
97
extern long  Dec2BCD[100000];
98
98
 
99
99
extern uchar ending,escape;