Skip to content

Commit c330012

Browse files
committed
fix typo in cpu32
#943
1 parent 4cb4f29 commit c330012

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

game/game/compatibility/cpu32.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ void Cpu32::callFunction(ptr32_t func) {
255255

256256
std::string Cpu32::popString() {
257257
if(stack.size()==0)
258-
return 0;
258+
return "";
259259
auto ptr = stack.back();
260260
stack.pop_back();
261261

0 commit comments

Comments
 (0)