mirror of
https://github.com/glest/glest-source.git
synced 2025-09-30 09:29:25 +02:00
- final bugfix for 3.3.7, playernames got mixed up when first slot was closed. Also fixed editing when typing playername
This commit is contained in:
@@ -107,6 +107,7 @@ const char vkF9 = -22;
|
||||
const char vkF10 = -23;
|
||||
const char vkF11 = -24;
|
||||
const char vkF12 = -25;
|
||||
const char vkDelete = -26;
|
||||
|
||||
enum WindowStyle{
|
||||
wsFullscreen,
|
||||
|
Reference in New Issue
Block a user