Data update

This commit is contained in:
Ingy döt Net 2026-02-01 16:33:20 -08:00
parent 5150844a7d
commit 4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions

View file

@ -100,9 +100,9 @@ func choose(ch,ym)
ok
func msgBox(text) {
m = new qMessageBox(win1) {
setWindowTitle("21 Game")
setText(text)
show()
}
m = new qMessageBox(win1) {
setWindowTitle("21 Game")
setText(text)
show()
}
}