Commit 614abcb3c3384b84cc574beaee6e13ccc9a56e73
1 parent
b7e25465
Thaloren-Tree Longbow range correctly set to 10 instead of 18
git-svn-id: http://svn.net-core.org/repos/t-engine4@3334 51575b47-30f0-44d4-a5cc-537603b46e54
Showing
2 changed files
with
2 additions
and
2 deletions
... | ... | @@ -1288,7 +1288,7 @@ static int map_to_screen(lua_State *L) |
1288 | 1288 | if (always_show && changed) |
1289 | 1289 | { |
1290 | 1290 | lua_getglobal(L, "game"); |
1291 | - lua_pushstring(L, "updateFOV"); | |
1291 | + lua_pushliteral(L, "updateFOV"); | |
1292 | 1292 | lua_gettable(L, -2); |
1293 | 1293 | if (lua_isfunction(L, -1)) { |
1294 | 1294 | lua_pushvalue(L, -2); | ... | ... |
-
Please register or login to post a comment