diff options
author | David Walter Seikel | 2014-05-16 11:56:01 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-05-16 11:56:01 +1000 |
commit | 6817120ef7804b8214a4bf00f5df2e40af890b35 (patch) | |
tree | 1f7164ad4bbabd2083aa5b5c55d04abeb1268882 /src/love | |
parent | Skang moduleBegin() stuffs the module in the C registry, so no one has to do ... (diff) | |
download | SledjHamr-6817120ef7804b8214a4bf00f5df2e40af890b35.zip SledjHamr-6817120ef7804b8214a4bf00f5df2e40af890b35.tar.gz SledjHamr-6817120ef7804b8214a4bf00f5df2e40af890b35.tar.bz2 SledjHamr-6817120ef7804b8214a4bf00f5df2e40af890b35.tar.xz |
Add a stub LSLGuiMess Lua script.
Diffstat (limited to 'src/love')
-rw-r--r-- | src/love/love.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/love/love.c b/src/love/love.c index aede741..113118c 100644 --- a/src/love/love.c +++ b/src/love/love.c | |||
@@ -368,7 +368,6 @@ static Eina_Bool _dataLuaSL(void *data, int type, Ecore_Con_Event_Server_Data *e | |||
368 | { | 368 | { |
369 | if (ourGlobals->client) sendBack(ourGlobals->client, SID, command); | 369 | if (ourGlobals->client) sendBack(ourGlobals->client, SID, command); |
370 | else PW("No where to send %s", command); | 370 | else PW("No where to send %s", command); |
371 | PD("DIALOG %s", command); | ||
372 | } | 371 | } |
373 | else if (0 == strncmp(command, "llMessageLinked(", 16)) | 372 | else if (0 == strncmp(command, "llMessageLinked(", 16)) |
374 | { | 373 | { |