mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-09 22:58:28 +02:00
use lua_Integer
Origin commit data
------------------
Branch: ni/coolstream
Commit: 843703b175
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-05-10 (Wed, 10 May 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -89,7 +89,7 @@ int CLuaInstCCWindow::CCWindowNew(lua_State *L)
|
|||||||
tableLookup(L, "name", name) || tableLookup(L, "title", name) || tableLookup(L, "caption", name);
|
tableLookup(L, "name", name) || tableLookup(L, "title", name) || tableLookup(L, "caption", name);
|
||||||
tableLookup(L, "icon", icon);
|
tableLookup(L, "icon", icon);
|
||||||
|
|
||||||
int has_shadow = CC_SHADOW_OFF;
|
lua_Integer has_shadow = CC_SHADOW_OFF;
|
||||||
if (!tableLookup(L, "has_shadow", has_shadow)) {
|
if (!tableLookup(L, "has_shadow", has_shadow)) {
|
||||||
tmp1 = "false";
|
tmp1 = "false";
|
||||||
if (tableLookup(L, "has_shadow", tmp1))
|
if (tableLookup(L, "has_shadow", tmp1))
|
||||||
|
Reference in New Issue
Block a user