aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/love
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-16 10:37:13 +1000
committerDavid Walter Seikel2014-05-16 10:37:13 +1000
commit33d14b8dff91a3f6fcd0e9cc99482251178d42e6 (patch)
tree4a93904286cd5f5b517b0ecee2237ec317c80f24 /src/love
parentFake llKey2Name(), since there's only one user we know about at the moment. (diff)
downloadSledjHamr-33d14b8dff91a3f6fcd0e9cc99482251178d42e6.zip
SledjHamr-33d14b8dff91a3f6fcd0e9cc99482251178d42e6.tar.gz
SledjHamr-33d14b8dff91a3f6fcd0e9cc99482251178d42e6.tar.bz2
SledjHamr-33d14b8dff91a3f6fcd0e9cc99482251178d42e6.tar.xz
Slightly better faked llDialog(), plus remove newlines from the callers, since that's not handled yet.
Diffstat (limited to 'src/love')
-rw-r--r--src/love/love.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/love/love.c b/src/love/love.c
index 113118c..aede741 100644
--- a/src/love/love.c
+++ b/src/love/love.c
@@ -368,6 +368,7 @@ 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);
371 } 372 }
372 else if (0 == strncmp(command, "llMessageLinked(", 16)) 373 else if (0 == strncmp(command, "llMessageLinked(", 16))
373 { 374 {