- replaced access to AActor's coordinate members with access functions
(first 200 compile errors down...)
This commit is contained in:
parent
bf5ee5e542
commit
3e446ea04d
18 changed files with 112 additions and 107 deletions
|
|
@ -303,8 +303,8 @@ void DBot::ThinkForMove (ticcmd_t *cmd)
|
|||
if (t_fight<(AFTERTICS/2))
|
||||
player->mo->flags |= MF_DROPOFF;
|
||||
|
||||
oldx = player->mo->x;
|
||||
oldy = player->mo->y;
|
||||
oldx = player->mo->X();
|
||||
oldy = player->mo->Y();
|
||||
}
|
||||
|
||||
//BOT_WhatToGet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue