casing fixes

This commit is contained in:
ineed bots
2023-12-18 16:19:11 -06:00
parent 0734762e24
commit 0fc52265a4
5 changed files with 551 additions and 561 deletions

View File

@ -80,7 +80,7 @@ do_botaction( action )
break;
}
// self BotAction( action );
// self botaction( action );
}
do_botstop()
@ -95,7 +95,7 @@ do_botstop()
self setwalkdir( "none" );
self switchtoweaponid( 1 ); // libcod needs weapon name to id
// self BotStop();
// self botstop();
}
do_botmovement( forward, right )
@ -127,11 +127,11 @@ do_botmovement( forward, right )
self setwalkdir( "none" );
// self botMovement( forward, right );
// self botmovement( forward, right );
}
do_isbot()
{
return false; // no equal in libcod
// self isBot();
// self isbot();
}