1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-17 01:32:21 +02:00

a bit of refactoring (removed variable ekran as we have screen which is the same as ekran)

This commit is contained in:
mateuszb
2008-04-25 09:25:59 +00:00
parent 53b201c63f
commit 62952e3163
10 changed files with 76 additions and 77 deletions

View File

@ -15,7 +15,7 @@
#include "hch\CTownHandler.h"
#include <iomanip>
#include <sstream>
extern SDL_Surface * ekran;
extern SDL_Surface * screen;
class OCM_HLP
{