Typo fix.
This commit is contained in:
parent
ed96da1afc
commit
9fed0724f7
@ -90,7 +90,7 @@ ProtobufProxy::NewPrototype(int msg_type)
|
|||||||
{
|
{
|
||||||
#if SOURCE_ENGINE == SE_CSGO
|
#if SOURCE_ENGINE == SE_CSGO
|
||||||
return g_Cstrike15UsermessageHelpers.GetPrototype(msg_type)->New();
|
return g_Cstrike15UsermessageHelpers.GetPrototype(msg_type)->New();
|
||||||
#else SOURCE_ENGINE == SE_BLADE
|
#elif SOURCE_ENGINE == SE_BLADE
|
||||||
return g_BerimbauUsermessageHelpers.GetPrototype(msg_type)->New();
|
return g_BerimbauUsermessageHelpers.GetPrototype(msg_type)->New();
|
||||||
#else
|
#else
|
||||||
# error "No source engine compatibility."
|
# error "No source engine compatibility."
|
||||||
|
Loading…
Reference in New Issue
Block a user