Pretend I didn't forget the +1.

This commit is contained in:
Kyzentun
2014-08-02 19:44:25 -06:00
parent f58f111cfd
commit bffeda6dc0
+1 -1
View File
@@ -3174,7 +3174,7 @@ public:
{
Style *pStyle = const_cast<Style *>( pGame->m_apStyles[s] );
pStyle->PushSelf(L);
lua_rawseti(L, -2, s);
lua_rawseti(L, -2, s+1);
}
return 1;
}