Google-Code-Fork / tibiaapi

Automatically exported from code.google.com/p/tibiaapi
MIT License
0 stars 0 forks source link

Annoying Icon Message+Fix #199

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add an Icon to the screen.
2. Remove the Icon from the screen.
3. Be annoyed.

What is the expected output? What do you see instead?

It's suppose to just remove the Icon from the screen and be done. Instead,
when you remove an Icon, it gives you a message box that says "Test", and
then removes it after clicking "Ok".

What version of the product are you using? On what operating system?
Newest rev, Vista

Please provide any additional information below.

In Core.cpp, simply remove the following line:

MessageBoxA(0, "test", "test", NULL);

Original issue reported on code.google.com by jessela...@gmail.com on 6 Mar 2010 at 2:25

GoogleCodeExporter commented 9 years ago
Sorry, I actually noticed this today. I'll upload a fix soon.

Original comment by joebingham07@gmail.com on 6 Mar 2010 at 6:58

GoogleCodeExporter commented 9 years ago
Fixed in r800.

Original comment by joebingham07@gmail.com on 26 Mar 2010 at 4:59