mirror of
https://github.com/edubart/otclient.git
synced 2025-12-02 16:06:51 +01:00
Minor fixes to some previous commits.
* Fixed a bug with storing the protocol version. * Fixed an issue with text windows cancelling. * Fixed a typo in the source.
This commit is contained in:
@@ -127,7 +127,7 @@ ImagePtr SpriteManager::getSpriteImage(int id)
|
||||
read += 4 + (3 * coloredPixels);
|
||||
}
|
||||
|
||||
// fill reamaning pixels with alpha
|
||||
// fill remaining pixels with alpha
|
||||
while(writePos < SPRITE_DATA_SIZE) {
|
||||
pixels[writePos + 0] = 0x00;
|
||||
pixels[writePos + 1] = 0x00;
|
||||
|
||||
Reference in New Issue
Block a user