- avoid using plain char pointers to store script data for FraggleScript.
This commit is contained in:
parent
5865c4dcca
commit
3db56651f4
11 changed files with 37 additions and 44 deletions
|
|
@ -500,8 +500,6 @@ bool FCajunMaster::LoadBots ()
|
|||
botinfo_t *newinfo = new botinfo_t;
|
||||
bool gotclass = false;
|
||||
|
||||
memset (newinfo, 0, sizeof(*newinfo));
|
||||
|
||||
newinfo->Info = "\\autoaim\\0\\movebob\\.25";
|
||||
|
||||
for (;;)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue