diff options
author | dvs1 | 2024-10-28 15:48:54 +1000 |
---|---|---|
committer | dvs1 | 2024-10-28 15:48:54 +1000 |
commit | 1d75fbb58a1313ff402a987903ea4593eb0b91a2 (patch) | |
tree | 235389a6a5ef10321b431220c731331bdf225a85 /aataaj.lua | |
parent | Hello -> G'day, coz I'm an Aussie, and it helps test embedded quote marks. (diff) | |
download | JackOnAllDevices-1d75fbb58a1313ff402a987903ea4593eb0b91a2.zip JackOnAllDevices-1d75fbb58a1313ff402a987903ea4593eb0b91a2.tar.gz JackOnAllDevices-1d75fbb58a1313ff402a987903ea4593eb0b91a2.tar.bz2 JackOnAllDevices-1d75fbb58a1313ff402a987903ea4593eb0b91a2.tar.xz |
Minor tweaks.
Diffstat (limited to 'aataaj.lua')
-rwxr-xr-x | aataaj.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -175,7 +175,7 @@ end | |||
175 | print('') | 175 | print('') |
176 | io.flush() | 176 | io.flush() |
177 | 177 | ||
178 | -- TODO - No idea why the fuck #Cards kept telling me 0. No number indexes? | 178 | -- #Cards kept telling me 0, no number indexes. |
179 | local cnt = 0 | 179 | local cnt = 0 |
180 | for i,C in pairs(Cards) do | 180 | for i,C in pairs(Cards) do |
181 | cnt = cnt + 1 | 181 | cnt = cnt + 1 |