XEEN: Fix typo and improve comment

This commit is contained in:
Jonathan Phénix 2020-07-05 18:25:56 -04:00 committed by Paul Gilbert
parent aa77668263
commit d62c667ca7

View File

@ -105,7 +105,7 @@ private:
char _buffer[STRING_BUFFER_SIZE];
private:
/**
* Loads all the constants data stored in the xeen.css
* Loads all the constants data stored in the xeen.ccs archive shipped with ScummVM
*/
void loadData();
public: