summaryrefslogtreecommitdiff
path: root/src/heretic/doomdef.h
diff options
context:
space:
mode:
authorSimon Howard2008-09-24 18:19:42 +0000
committerSimon Howard2008-09-24 18:19:42 +0000
commit9c707d58e5004fad1540c7d05bdda54773d5ed71 (patch)
tree6d556f4cf671f3ee71f770217e40db76041871cd /src/heretic/doomdef.h
parentcb74057b461e6649c00c216a9b67c6ded683eb21 (diff)
downloadchocolate-doom-9c707d58e5004fad1540c7d05bdda54773d5ed71.tar.gz
chocolate-doom-9c707d58e5004fad1540c7d05bdda54773d5ed71.tar.bz2
chocolate-doom-9c707d58e5004fad1540c7d05bdda54773d5ed71.zip
Replace all occurrences of long with int in the Heretic code.
Subversion-branch: /branches/raven-branch Subversion-revision: 1270
Diffstat (limited to 'src/heretic/doomdef.h')
-rw-r--r--src/heretic/doomdef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/heretic/doomdef.h b/src/heretic/doomdef.h
index e7f5c064..51633d98 100644
--- a/src/heretic/doomdef.h
+++ b/src/heretic/doomdef.h
@@ -491,7 +491,7 @@ typedef struct
typedef struct
{
- long id;
+ int id;
short intnum; // DOOM executes an int to execute commands
// communication between DOOM and the driver