mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
I am an idiot
git-svn-id: https://svn.eduke32.com/eduke32@1686 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
b336d43f75
commit
9f7c8d7a23
1 changed files with 2 additions and 0 deletions
|
@ -387,6 +387,7 @@ GAMEEXEC_STATIC GAMEEXEC_INLINE void VM_AlterAng(int32_t a)
|
|||
{
|
||||
vm.g_t[1] = 0;
|
||||
OSD_Printf(CON_ERROR "%s %d bad moveptr for actor %d (%d)!\n",g_errorLineNum, keyw[g_tw], vm.g_i, vm.g_sp->picnum);
|
||||
return;
|
||||
}
|
||||
|
||||
vm.g_sp->xvel += (*moveptr-vm.g_sp->xvel)/5;
|
||||
|
@ -525,6 +526,7 @@ GAMEEXEC_STATIC void VM_Move(void)
|
|||
{
|
||||
vm.g_t[1] = 0;
|
||||
OSD_Printf(CON_ERROR "%s %d bad moveptr for actor %d (%d)!\n",g_errorLineNum, keyw[g_tw], vm.g_i, vm.g_sp->picnum);
|
||||
return;
|
||||
}
|
||||
|
||||
if (a&dodgebullet && !deadflag)
|
||||
|
|
Loading…
Reference in a new issue