Codebase list gravitywars / run/0ebb2184-9083-4c4c-a671-20cb284440ab/main macros.c
run/0ebb2184-9083-4c4c-a671-20cb284440ab/main

Tree @run/0ebb2184-9083-4c4c-a671-20cb284440ab/main (Download .tar.gz)

macros.c @run/0ebb2184-9083-4c4c-a671-20cb284440ab/mainraw · history · blame

/* 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;
}