From: Ian Jackson Date: Tue, 29 Dec 2020 03:12:56 +0000 (+0000) Subject: type of Generation X-Git-Tag: otter-0.2.0~88 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=bae0de6ce7065a898df79d494bc12524813fbda5;p=otter.git type of Generation Signed-off-by: Ian Jackson --- diff --git a/templates/script.ts b/templates/script.ts index 950393ab..aaef76d7 100644 --- a/templates/script.ts +++ b/templates/script.ts @@ -97,7 +97,7 @@ var our_dnd_type = "text/puvnex-game-server-dummy"; var api_queue : [string, Object][] = []; var api_posting = false; var us : PlayerId; -var gen = 0; +var gen : Generation = 0; var cseq : ClientSeq = 0; var ctoken : string; var uo_map : { [k: string]: UoRecord | null } = Object.create(null);