Source release for DOOM Classic for iOS version 2.1

This commit is contained in:
Travis Bradshaw
2012-01-31 16:40:40 -06:00
parent 0cdbbdf96e
commit 3bf2af22f3
371 changed files with 167116 additions and 776 deletions

View File

@@ -1,14 +1,5 @@
/*
* prboomInterface.c
* doom
*
* Created by John Carmack on 4/14/09.
* Copyright 2009 Id Software. All rights reserved.
*
* Stuff to get prboom to compile without SDL
*/
/*
Copyright (C) 2009-2011 id Software LLC, a ZeniMax Media company.
Copyright (C) 2009 Id Software, Inc.
This program is free software; you can redistribute it and/or
@@ -311,8 +302,8 @@ void I_InitGraphics(void)
char titlebuffer[2048];
static int firsttime=1;
SCREENWIDTH = 480;
SCREENHEIGHT = 320;
SCREENWIDTH = displaywidth;
SCREENHEIGHT = displayheight;
if (firsttime)
{