WINTERMUTE: Remove extra semicolon.

This commit is contained in:
Johannes Schickel 2012-09-04 19:41:58 +02:00
parent 4cfd906cec
commit 9989a4f3da

View File

@ -277,7 +277,7 @@ enum VKeyCodes {
VK_UP = 38,
VK_RIGHT = 39,
VK_DOWN = 40
};
}
//////////////////////////////////////////////////////////////////////////
Common::KeyCode BaseKeyboardState::vKeyToKeyCode(uint32 vkey) {