From 3b45f1ceb86cb89088acced456114807754e9ae8 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 17 Oct 2020 11:43:49 +0200 Subject: [PATCH] - reinstated accidentally deleted AddTranslation declaration. --- wadsrc/static/zscript/doombase.zs | 1 + 1 file changed, 1 insertion(+) diff --git a/wadsrc/static/zscript/doombase.zs b/wadsrc/static/zscript/doombase.zs index 1cb0c1151..3e0e80a58 100644 --- a/wadsrc/static/zscript/doombase.zs +++ b/wadsrc/static/zscript/doombase.zs @@ -46,6 +46,7 @@ extend struct Translation { Color colors[256]; + native int AddTranslation(); native static bool SetPlayerTranslation(int group, int num, int plrnum, PlayerClass pclass); native static int GetID(Name transname); }