mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 03:00:38 +00:00
git-svn-id: https://svn.eduke32.com/eduke32@1186 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
bfd5282986
commit
6b6d612daf
3 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
#include <shellapi.h>
|
#include <shellapi.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define BUILDDATE " 20081214"
|
#define BUILDDATE " 20081215"
|
||||||
#define VERSION " 1.2.0devel"
|
#define VERSION " 1.2.0devel"
|
||||||
|
|
||||||
static int floor_over_floor;
|
static int floor_over_floor;
|
||||||
|
|
|
@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
//-------------------------------------------------------------------------
|
//-------------------------------------------------------------------------
|
||||||
#include "duke3d.h"
|
#include "duke3d.h"
|
||||||
|
|
||||||
const char *s_buildDate = "20081214";
|
const char *s_buildDate = "20081215";
|
||||||
char *MusicPtr = NULL;
|
char *MusicPtr = NULL;
|
||||||
int g_musicSize;
|
int g_musicSize;
|
||||||
|
|
||||||
|
|
|
@ -2055,7 +2055,7 @@ void P_FireWeapon(DukePlayer_t *p)
|
||||||
|
|
||||||
Gv_SetVar(g_iWeaponVarID,p->curr_weapon,p->i,snum);
|
Gv_SetVar(g_iWeaponVarID,p->curr_weapon,p->i,snum);
|
||||||
Gv_SetVar(g_iWorksLikeVarID,aplWeaponWorksLike[p->curr_weapon][snum], p->i, snum);
|
Gv_SetVar(g_iWorksLikeVarID,aplWeaponWorksLike[p->curr_weapon][snum], p->i, snum);
|
||||||
OSD_Printf("doing %d %d %d\n",aplWeaponShoots[p->curr_weapon][snum],p->curr_weapon,snum);
|
// OSD_Printf("doing %d %d %d\n",aplWeaponShoots[p->curr_weapon][snum],p->curr_weapon,snum);
|
||||||
A_Shoot(p->i,aplWeaponShoots[p->curr_weapon][snum]);
|
A_Shoot(p->i,aplWeaponShoots[p->curr_weapon][snum]);
|
||||||
for (i=1;i<aplWeaponShotsPerBurst[p->curr_weapon][snum];i++)
|
for (i=1;i<aplWeaponShotsPerBurst[p->curr_weapon][snum];i++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue