XEEN: Some refactoring needed for resources the party dialog will need

This commit is contained in:
Paul Gilbert 2015-02-09 20:57:19 -05:00
parent ccb224d89a
commit 62eb39515b
14 changed files with 242 additions and 143 deletions

View file

@ -168,7 +168,7 @@ bool EventsManager::wait(uint numFrames, bool interruptable) {
return false;
}
void EventsManager::ipause(int amount) {
void EventsManager::ipause(uint amount) {
updateGameCounter();
do {
_vm->_interface->draw3d(true);