]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/hash.cpp
updated the Change log w/ new additions
[irc/gameservirc.git] / gameserv / hash.cpp
index 2789950c7bb9427b1085ca7dd12e5c7b59b40bc4..fef9146aead29dbc1c39019f66363619b191216b 100644 (file)
@@ -4,7 +4,7 @@
 
 unsigned long sHASH(const unsigned char *name);
 unsigned long iHASH(const unsigned char *name);
-list<aClient*> players[U_TABLE_SIZE];
+list<Player*> players[U_TABLE_SIZE];
 
 unsigned long sHASH(const unsigned char *name)
 {