File: macros.c

package info (click to toggle)
gravitywars 1.102-13
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,020 kB
  • ctags: 289
  • sloc: ansic: 3,163; makefile: 71; sh: 13
file content (22 lines) | stat: -rw-r--r-- 185 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* GravityWars 1.1,  (C) Sami Niemi -95 */

/* Wow.. A lot of stuff... */


#include "memory.h"

void the_end() {
  ending=TRUE;
}


void explode() {
   sf[0]=(sf[0]&65479)|8;
}