must include doomdef.h in cmdlib.h to get TICRATE.

This commit is contained in:
Christoph Oelckers 2014-08-11 11:47:14 +02:00
parent f0eccb9d15
commit 48163de8e2

View file

@ -5,6 +5,7 @@
#include "doomtype.h"
#include "doomdef.h"
#include <stdio.h>
#include <string.h>