File diff r15405:fe74c752c670 → r15406:54ee8730c306
src/hotkeys.h
Show inline comments
 
@@ -74,7 +74,7 @@ struct Hotkey {
 

	
 
		const uint16 *keycode = default_keycodes;
 
		while (*keycode != 0) {
 
			this->keycodes.Include(keycode);
 
			this->keycodes.Include(*keycode);
 
			keycode++;
 
		}
 
	}