summaryrefslogtreecommitdiff
path: root/src/hexen/st_start.c
diff options
context:
space:
mode:
authorSimon Howard2009-03-09 22:53:24 +0000
committerSimon Howard2009-03-09 22:53:24 +0000
commit20cb00076d39bcb8a5c2e82912af8200c97034cb (patch)
tree07ab355fa2c56448e7f4fa6fc7f4cafc5389aec0 /src/hexen/st_start.c
parentf0c5cc898d993d3388dfbce5833e8ccca7b2f03f (diff)
downloadchocolate-doom-20cb00076d39bcb8a5c2e82912af8200c97034cb.tar.gz
chocolate-doom-20cb00076d39bcb8a5c2e82912af8200c97034cb.tar.bz2
chocolate-doom-20cb00076d39bcb8a5c2e82912af8200c97034cb.zip
Remove WATCOMC usage (thanks Quasar)
Subversion-branch: /branches/raven-branch Subversion-revision: 1453
Diffstat (limited to 'src/hexen/st_start.c')
-rw-r--r--src/hexen/st_start.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hexen/st_start.c b/src/hexen/st_start.c
index 1f3cca1f..897c1810 100644
--- a/src/hexen/st_start.c
+++ b/src/hexen/st_start.c
@@ -202,6 +202,7 @@ void ST_UpdateNetNotches(int notchPosition)
void ST_Progress(void)
{
+ // haleyjd FIXME: any way to get input here? SDL event loop?
#ifdef __WATCOMC__
// Check for ESC press -- during startup all events eaten here
I_StartupReadKeys();