fix movement

This commit is contained in:
ineed bots
2023-12-07 16:13:30 -06:00
parent 25d60f2a62
commit f5c9294176
2 changed files with 4 additions and 4 deletions

View File

@ -98,7 +98,7 @@ do_botstop()
// self BotStop();
}
do_botmovement( right, forward )
do_botmovement( forward, right )
{
// best i can do for libcod...
if ( forward > 63 )
@ -127,7 +127,7 @@ do_botmovement( right, forward )
self setwalkdir( "none" );
// self botMovement( right, forward );
// self botMovement( forward, right );
}
do_isbot()