@@ -191,7 +191,6 @@ int CLuaBlipDefs::CreateBlipAttachedTo(lua_State* luaVM)
191
191
int CLuaBlipDefs::GetBlipIcon (lua_State* luaVM)
192
192
{
193
193
CClientRadarMarker* pMarker = NULL ;
194
- CVector vecPosition;
195
194
CScriptArgReader argStream (luaVM);
196
195
argStream.ReadUserData (pMarker);
197
196
@@ -211,7 +210,6 @@ int CLuaBlipDefs::GetBlipIcon(lua_State* luaVM)
211
210
int CLuaBlipDefs::GetBlipSize (lua_State* luaVM)
212
211
{
213
212
CClientRadarMarker* pMarker = NULL ;
214
- CVector vecPosition;
215
213
CScriptArgReader argStream (luaVM);
216
214
argStream.ReadUserData (pMarker);
217
215
@@ -231,7 +229,6 @@ int CLuaBlipDefs::GetBlipSize(lua_State* luaVM)
231
229
int CLuaBlipDefs::GetBlipColor (lua_State* luaVM)
232
230
{
233
231
CClientRadarMarker* pMarker = NULL ;
234
- CVector vecPosition;
235
232
CScriptArgReader argStream (luaVM);
236
233
argStream.ReadUserData (pMarker);
237
234
@@ -254,7 +251,6 @@ int CLuaBlipDefs::GetBlipColor(lua_State* luaVM)
254
251
int CLuaBlipDefs::GetBlipOrdering (lua_State* luaVM)
255
252
{
256
253
CClientRadarMarker* pMarker = NULL ;
257
- CVector vecPosition;
258
254
CScriptArgReader argStream (luaVM);
259
255
argStream.ReadUserData (pMarker);
260
256
@@ -274,7 +270,6 @@ int CLuaBlipDefs::GetBlipOrdering(lua_State* luaVM)
274
270
int CLuaBlipDefs::GetBlipVisibleDistance (lua_State* luaVM)
275
271
{
276
272
CClientRadarMarker* pMarker = NULL ;
277
- CVector vecPosition;
278
273
CScriptArgReader argStream (luaVM);
279
274
argStream.ReadUserData (pMarker);
280
275
0 commit comments