2
0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-06-22 02:29:33 +03:00

fixed code that was clearly never tested (amb1126)

This commit is contained in:
David Anderson 2007-11-13 02:25:20 +00:00
parent 656d30be83
commit df96a81a75

@ -103,7 +103,7 @@ class CPlayer
{ {
int body_num; int body_num;
bool is_model_set; bool is_model_set;
char* modelclass; char modelclass[64];
} }
sModel; sModel;