PDA

View Full Version : small mistake in HPB bot


Whistler
10-08-2004, 18:22
from the bot_models.cpp:


char *gearbox_bot_models[GEARBOX_MAX_SKINS] = {
"barney", "beret", "cl_suit", "drill", "fassn", "gina", "gman",
"gordon", "grunt", "helmet", "hgrunt", "massn", "otis", "recon",
"recruit", "robo", "scientist", "shepard", "tower", "zombie"};


the "shepard" should rather be "shephard".

Pierre-Marie Baty
09-11-2004, 04:11
Fixed