improved the randomizer logic

This commit is contained in:
Luxferre
2026-01-07 09:07:35 +02:00
parent 03a7f8a230
commit 03ac94f387
2 changed files with 18 additions and 19 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
PROJNAME=scoundrel
CFILES=scoundrel.c
PBTDIR=platform-build-tools
CCBUILD=cl65 --standard c89 -O -Os
CCBUILD=cl65 -O -Os
Z80BUILD=zcc
BUILDDIR=build