From 44c6482eee12d2b145f67b58d9600e143932318c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1chym=20Tou=C5=A1ek?= Date: Fri, 4 May 2018 11:01:25 +0200 Subject: [PATCH] Fix comparison --- Update/omake_01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Update/omake_01.txt b/Update/omake_01.txt index 606a5c4..fefab17 100644 --- a/Update/omake_01.txt +++ b/Update/omake_01.txt @@ -1488,7 +1488,7 @@ void main() NULL, " So half of us think it was a curse, and half of us think it was people?\"", GetGlobalFlag(GLinemodeSp)); if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); } - if(GetGlobalFlag(GCensor) = 0){ModCallScriptSection("zomake_01_vm00_n01","dialog004");} + if(GetGlobalFlag(GCensor) == 0){ModCallScriptSection("zomake_01_vm00_n01","dialog004");} if (GetGlobalFlag(GADVMode) == 0) { ClearMessage(); } DisableWindow();