type squish in eve main

This commit is contained in:
Stephen Birarda 2013-05-10 17:38:50 -07:00
parent 82ed4a4ae8
commit 02caba909a

View file

@ -90,7 +90,7 @@ void *injectAudio(void *args) {
return NULL;
}
void createAvatarDataForAgent(Agent *agent) {
void createAvatarDataForAgent(Agent* gagent) {
if (!agent->getLinkedData()) {
agent->setLinkedData(new AvatarData());
}