Cluster Demo SFSTris.as

You think you've found a bug? Please report it here.

Moderators: Lapo, Bax

Post Reply
User avatar
rewb0rn
Posts: 177
Joined: 26 Jan 2009, 12:54
Location: Berlin, Germany

Cluster Demo SFSTris.as

Post by rewb0rn »

At line 289 of file SFSTris.as from the cluster demo frontend it should be

Code: Select all

if (data.result == "OK") 
instead of

Code: Select all

if (data.response == "OK")
It has no influence on the functionality of the game though. Took me some time to figure out what was wrong :)
Post Reply