Skip to content

Commit

Permalink
NULL: Really fix compilation of null backend.
Browse files Browse the repository at this point in the history
This needed a minor fix to deal with the older getMillis() OSystem API.
  • Loading branch information
digitall committed Dec 29, 2013
1 parent 7ad2b70 commit 748bdf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/platform/null/null.cpp
Expand Up @@ -104,7 +104,7 @@ bool OSystem_NULL::pollEvent(Common::Event &event) {
return false;
}

uint32 OSystem_NULL::getMillis(bool skipRecord) {
uint32 OSystem_NULL::getMillis() {
return 0;
}

Expand Down

0 comments on commit 748bdf3

Please sign in to comment.