From 64254a351652011b00f700b27863ec6659205273 Mon Sep 17 00:00:00 2001 From: Vitaly Novichkov Date: Sun, 3 Jun 2018 18:36:22 +0300 Subject: Fixed warnings in the utils --- utils/adlmidi-2/puzzlegame.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/adlmidi-2/puzzlegame.hpp') diff --git a/utils/adlmidi-2/puzzlegame.hpp b/utils/adlmidi-2/puzzlegame.hpp index 03ad921..a35f1cb 100755 --- a/utils/adlmidi-2/puzzlegame.hpp +++ b/utils/adlmidi-2/puzzlegame.hpp @@ -36,7 +36,7 @@ namespace ADLMIDI_PuzzleGame void Sound(unsigned/*freq*/, unsigned/*duration*/); void PutCell(int x, int y, unsigned cell); void ScreenPutString(const char* str, unsigned attr, unsigned column, unsigned row); - static char peeked_input = 0; + extern char peeked_input; bool kbhit(); char getch(); -- cgit v1.2.3