XEEN: Some refactoring needed for resources the party dialog will need
This commit is contained in:
parent
ccb224d89a
commit
62eb39515b
14 changed files with 242 additions and 143 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue