summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/heretic/am_data.h2
-rw-r--r--src/heretic/am_map.h2
-rw-r--r--src/hexen/am_data.h2
-rw-r--r--src/hexen/am_map.h2
4 files changed, 0 insertions, 8 deletions
diff --git a/src/heretic/am_data.h b/src/heretic/am_data.h
index c4c99e9b..1f83d876 100644
--- a/src/heretic/am_data.h
+++ b/src/heretic/am_data.h
@@ -26,8 +26,6 @@
#ifndef __AMDATA_H__
#define __AMDATA_H__
-#pragma once
-
// a line drawing of the player pointing right, starting from the middle.
#define R ((8*PLAYERRADIUS)/7)
diff --git a/src/heretic/am_map.h b/src/heretic/am_map.h
index f1b05cb6..ff22be1f 100644
--- a/src/heretic/am_map.h
+++ b/src/heretic/am_map.h
@@ -24,8 +24,6 @@
#ifndef __AMMAP_H__
#define __AMMAP_H__
-#pragma once
-
// For use if I do walls with outsides/insides
#define REDS 12*8
#define REDRANGE 1 //16
diff --git a/src/hexen/am_data.h b/src/hexen/am_data.h
index 70522cdb..db964598 100644
--- a/src/hexen/am_data.h
+++ b/src/hexen/am_data.h
@@ -26,8 +26,6 @@
#ifndef __AMDATA_H__
#define __AMDATA_H__
-#pragma once
-
// a line drawing of the player pointing right, starting from the middle.
#define R ((8*PLAYERRADIUS)/7)
diff --git a/src/hexen/am_map.h b/src/hexen/am_map.h
index 21734592..803add40 100644
--- a/src/hexen/am_map.h
+++ b/src/hexen/am_map.h
@@ -26,8 +26,6 @@
#ifndef __AMMAP_H__
#define __AMMAP_H__
-#pragma once
-
// For use if I do walls with outsides/insides
#define REDS 12*8
#define REDRANGE 1 //16