Browse Source

Remove comments about fixed bug

master
Macoy Madson 2 years ago
parent
commit
c2c8dc3c50
  1. 3
      src/Main.cake

3
src/Main.cake

@ -1458,10 +1458,9 @@ Rush Hour database from Michael Fogleman.\n\n")
(defun-comptime copy-src-files-to-android (manager (& ModuleManager) module (* Module) &return bool)
(Log "copy-src-files-to-android: Copying files to SDL Android project\n")
;; Bug in cakelisp where hooks aren't ordered predictably
(unless (fileExists "../../data/puzzles.bin")
(Log "copy-src-files-to-android: Didn't find data/puzzles.bin. Has generate-puzzles-list not
been executed yet? This might be hitting a bug in Cakelisp where hooks aren't ordered properly.\n")
been executed yet?\n")
(return false))
(run-process-sequential-or

Loading…
Cancel
Save